ImuDataGapFailureDetails class
Details related to ProcessingFailureReason#IMU_DATA_GAP.
If there are multiple IMU data gaps, only the one with the largest duration is reported here.
Constructors
- ImuDataGapFailureDetails({String? gapDuration, String? gapStartTime})
- ImuDataGapFailureDetails.fromJson(Map json_)
Properties
- gapDuration ↔ String?
-
The duration of the gap in IMU 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