Reference documentation and code samples for the Cloud Video Intelligence V1p3beta1 API class Google::Cloud::VideoIntelligence::V1p3beta1::AnnotateVideoProgress.
Video annotation progress. Included in the metadata
field of the Operation
returned by the GetOperation
call of the google::longrunning::Operations
service.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotation_progress
def annotation_progress() -> ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::VideoAnnotationProgress>
Returns
-
(::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::VideoAnnotationProgress>) — Progress metadata for all videos specified in
AnnotateVideoRequest
.
#annotation_progress=
def annotation_progress=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::VideoAnnotationProgress>
Parameter
-
value (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::VideoAnnotationProgress>) — Progress metadata for all videos specified in
AnnotateVideoRequest
.
Returns
-
(::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::VideoAnnotationProgress>) — Progress metadata for all videos specified in
AnnotateVideoRequest
.