google_api_video_intelligence v0.3.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1VideoAnnotationProgress View Source
Annotation progress for a single video.
Attributes
- inputUri (String.t): Video file location in Google Cloud Storage. Defaults to:
null
. - progressPercent (integer()): Approximate percentage processed thus far. Guaranteed to be 100 when fully processed. Defaults to:
null
. - startTime (DateTime.t): Time when the request was received. Defaults to:
null
. - updateTime (DateTime.t): Time of the most recent update. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() ::
%GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1VideoAnnotationProgress{
inputUri: any(),
progressPercent: any(),
startTime: DateTime.t(),
updateTime: DateTime.t()
}
t() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1VideoAnnotationProgress{ inputUri: any(), progressPercent: any(), startTime: DateTime.t(), updateTime: DateTime.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.