GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_VideoAnnotationProgress (google_api_video_intelligence v0.33.0)
View SourceAnnotation 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_VideoAnnotationProgress{ feature: String.t() | nil, inputUri: String.t() | nil, progressPercent: integer() | nil, segment: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_VideoSegment.t() | nil, startTime: DateTime.t() | nil, updateTime: DateTime.t() | nil }