Class: Google::Cloud::VideoIntelligence::V1::AnnotateVideoResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1::AnnotateVideoResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
Video annotation response. Included in the response
field of the Operation
returned by the GetOperation
call of the google::longrunning::Operations
service.
Instance Attribute Summary collapse
-
#annotation_results ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::VideoAnnotationResults>
Annotation results for all videos specified in
AnnotateVideoRequest
.
Instance Attribute Details
#annotation_results ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::VideoAnnotationResults>
Returns Annotation results for all videos specified in AnnotateVideoRequest
.
578 579 580 581 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 578 class AnnotateVideoResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |