View Source GoogleApi.StreetViewPublish.V1.Model.GpsDataGapFailureDetails (google_api_street_view_publish v0.20.0)

Details related to ProcessingFailureReason#GPS_DATA_GAP. If there are multiple GPS data gaps, only the one with the largest duration is reported here.

Attributes

  • gapDuration (type: String.t, default: nil) - The duration of the gap in GPS data that was found.
  • gapStartTime (type: String.t, default: nil) - Relative time (from the start of the video stream) when the gap started.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.StreetViewPublish.V1.Model.GpsDataGapFailureDetails{
  gapDuration: String.t() | nil,
  gapStartTime: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.