Show / Hide Table of Contents

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.

Inheritance
object
ImuDataGapFailureDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX