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

A sequence of 360 photos along with metadata.

Attributes

  • captureTimeOverride (type: DateTime.t, default: nil) - Optional. Absolute time when the photo sequence starts to be captured. If the photo sequence is a video, this is the start time of the video. If this field is populated in input, it overrides the capture time in the video or XDM file.
  • distanceMeters (type: float(), default: nil) - Output only. The computed distance of the photo sequence in meters.
  • failureDetails (type: GoogleApi.StreetViewPublish.V1.Model.ProcessingFailureDetails.t, default: nil) - Output only. If this sequence has failure_reason set, this may contain additional details about the failure.
  • failureReason (type: String.t, default: nil) - Output only. If this sequence has processing_state = FAILED, this will contain the reason why it failed. If the processing_state is any other value, this field will be unset.
  • filename (type: String.t, default: nil) - Output only. The filename of the upload. Does not include the directory path. Only available if the sequence was uploaded on a platform that provides the filename.
  • gpsSource (type: String.t, default: nil) - Input only. If both raw_gps_timeline and the Camera Motion Metadata Track (CAMM) contain GPS measurements, indicate which takes precedence.
  • id (type: String.t, default: nil) - Output only. Unique identifier for the photo sequence. This also acts as a long running operation ID if uploading is performed asynchronously.
  • imu (type: GoogleApi.StreetViewPublish.V1.Model.Imu.t, default: nil) - Input only. Three axis IMU data for the collection. If this data is too large to put in the request, then it should be put in the CAMM track for the video. This data always takes precedence over the equivalent CAMM data, if it exists.
  • photos (type: list(GoogleApi.StreetViewPublish.V1.Model.Photo.t), default: nil) - Output only. Photos with increasing timestamps.
  • processingState (type: String.t, default: nil) - Output only. The processing state of this sequence.
  • rawGpsTimeline (type: list(GoogleApi.StreetViewPublish.V1.Model.Pose.t), default: nil) - Input only. Raw GPS measurements with increasing timestamps from the device that aren't time synced with each photo. These raw measurements will be used to infer the pose of each frame. Required in input when InputType is VIDEO and raw GPS measurements are not in Camera Motion Metadata Track (CAMM). User can indicate which takes precedence using gps_source if raw GPS measurements are provided in both raw_gps_timeline and Camera Motion Metadata Track (CAMM).
  • sequenceBounds (type: GoogleApi.StreetViewPublish.V1.Model.LatLngBounds.t, default: nil) - Output only. A rectangular box that encapsulates every image in this photo sequence.
  • uploadReference (type: GoogleApi.StreetViewPublish.V1.Model.UploadRef.t, default: nil) - Input only. Required when creating photo sequence. The resource name where the bytes of the photo sequence (in the form of video) are uploaded.
  • uploadTime (type: DateTime.t, default: nil) - Output only. The time this photo sequence was created in uSV Store service.
  • viewCount (type: String.t, default: nil) - Output only. The total number of views that all the published images in this PhotoSequence have received.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.StreetViewPublish.V1.Model.PhotoSequence{
  captureTimeOverride: DateTime.t() | nil,
  distanceMeters: float() | nil,
  failureDetails:
    GoogleApi.StreetViewPublish.V1.Model.ProcessingFailureDetails.t() | nil,
  failureReason: String.t() | nil,
  filename: String.t() | nil,
  gpsSource: String.t() | nil,
  id: String.t() | nil,
  imu: GoogleApi.StreetViewPublish.V1.Model.Imu.t() | nil,
  photos: [GoogleApi.StreetViewPublish.V1.Model.Photo.t()] | nil,
  processingState: String.t() | nil,
  rawGpsTimeline: [GoogleApi.StreetViewPublish.V1.Model.Pose.t()] | nil,
  sequenceBounds: GoogleApi.StreetViewPublish.V1.Model.LatLngBounds.t() | nil,
  uploadReference: GoogleApi.StreetViewPublish.V1.Model.UploadRef.t() | nil,
  uploadTime: DateTime.t() | nil,
  viewCount: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.