google_api_video_intelligence v0.6.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_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 features.inputUri
(type:String.t
, default:nil
) - Video file location in Google 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.GoogleCloudVideointelligenceV1p1beta1_VideoSegment.t
, default:nil
) - Specifies which segment is being tracked if the request contains more than one segments.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
Link to this type
t()
View Source
t()
View Source
t() ::
%GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress{
feature: String.t(),
inputUri: String.t(),
progressPercent: integer(),
segment:
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_VideoSegment.t(),
startTime: DateTime.t(),
updateTime: DateTime.t()
}
t() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress{ feature: String.t(), inputUri: String.t(), progressPercent: integer(), segment: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_VideoSegment.t(), 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.