Class ImuDataGapFailureDetails
Details related to ProcessingFailureReason#IMU_DATA_GAP. If there are multiple IMU data gaps, only the one with the largest duration is reported here.
Implements
Inherited Members
Namespace: Google.Apis.StreetViewPublish.v1.Data
Assembly: Google.Apis.StreetViewPublish.v1.dll
Syntax
public class ImuDataGapFailureDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GapDuration
The duration of the gap in IMU data that was found.
Declaration
[JsonProperty("gapDuration")]
public virtual object GapDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
GapStartTime
Relative time (from the start of the video stream) when the gap started.
Declaration
[JsonProperty("gapStartTime")]
public virtual object GapStartTime { get; set; }
Property Value
Type | Description |
---|---|
object |