GpsDataGapFailureDetails class

Details related to ProcessingFailureReason#GPS_DATA_GAP.

If there are multiple GPS data gaps, only the one with the largest duration is reported here.

Constructors

GpsDataGapFailureDetails({String? gapDuration, String? gapStartTime})
GpsDataGapFailureDetails.fromJson(Map json_)

Properties

gapDuration String?
The duration of the gap in GPS data that was found.
getter/setter pair
gapStartTime String?
Relative time (from the start of the video stream) when the gap started.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited