Class: Google::Cloud::VideoIntelligence::V1::AnnotateVideoProgress
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1::AnnotateVideoProgress
- Defined in:
- lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
Video annotation progress. Included in the metadata
field of the Operation returned by the GetOperation
call of the google::longrunning::Operations service.
Instance Attribute Summary collapse
-
#annotation_progress ⇒ Array<Google::Cloud::VideoIntelligence::V1::VideoAnnotationProgress>
Progress metadata for all videos specified in
AnnotateVideoRequest.
Instance Attribute Details
#annotation_progress ⇒ Array<Google::Cloud::VideoIntelligence::V1::VideoAnnotationProgress>
Returns Progress metadata for all videos specified in AnnotateVideoRequest.
399 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 399 class AnnotateVideoProgress; end |