Reference documentation and code samples for the Cloud Video Intelligence V1 API class Google::Cloud::VideoIntelligence::V1::AnnotateVideoResponse.
Video annotation response. Included in the response
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_results
def annotation_results() -> ::Array<::Google::Cloud::VideoIntelligence::V1::VideoAnnotationResults>
    Returns
    
  - 
        (::Array<::Google::Cloud::VideoIntelligence::V1::VideoAnnotationResults>) — Annotation results for all videos specified in 
AnnotateVideoRequest. 
#annotation_results=
def annotation_results=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1::VideoAnnotationResults>
    Parameter
    
  - 
        value (::Array<::Google::Cloud::VideoIntelligence::V1::VideoAnnotationResults>) — Annotation results for all videos specified in 
AnnotateVideoRequest. 
    Returns
    
- 
        (::Array<::Google::Cloud::VideoIntelligence::V1::VideoAnnotationResults>) — Annotation results for all videos specified in 
AnnotateVideoRequest.