Class: Google::Cloud::VideoIntelligence::V1beta2::AnnotateVideoProgress

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/videointelligence/v1beta2/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

Instance Attribute Details

#annotation_progress::Array<::Google::Cloud::VideoIntelligence::V1beta2::VideoAnnotationProgress>

Returns Progress metadata for all videos specified in AnnotateVideoRequest.

Returns:



378
379
380
381
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 378

class AnnotateVideoProgress
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end