google_api_video_intelligence v0.26.1 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_VideoAnnotationProgress View Source

Annotation progress for a single video.

Attributes

  • feature (type: String.t, default: nil) - Specifies which feature is being tracked if the request contains more than one feature.
  • inputUri (type: String.t, default: nil) - Video file location in Cloud Storage.
  • progressPercent (type: integer(), default: nil) - Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
  • segment (type: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_VideoSegment.t, default: nil) - Specifies which segment is being tracked if the request contains more than one segment.
  • startTime (type: DateTime.t, default: nil) - Time when the request was received.
  • updateTime (type: DateTime.t, default: nil) - Time of the most recent update.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_VideoAnnotationProgress{
    feature: String.t(),
    inputUri: String.t(),
    progressPercent: integer(),
    segment:
      GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_VideoSegment.t(),
    startTime: DateTime.t(),
    updateTime: DateTime.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.