class AnnotateVideoResponse extends Message

Video annotation response. Included in the response field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

Protobuf type Google\Cloud\Videointelligence\V1beta1\AnnotateVideoResponse

Methods

__construct()

No description

RepeatedField
getAnnotationResults()

Annotation results for all videos specified in AnnotateVideoRequest.

setAnnotationResults(array|RepeatedField $var)

Annotation results for all videos specified in AnnotateVideoRequest.

Details

at line 27
__construct()

at line 38
RepeatedField getAnnotationResults()

Annotation results for all videos specified in AnnotateVideoRequest.

Generated from protobuf field repeated .google.cloud.videointelligence.v1beta1.VideoAnnotationResults annotation_results = 1;

Return Value

RepeatedField

at line 49
setAnnotationResults(array|RepeatedField $var)

Annotation results for all videos specified in AnnotateVideoRequest.

Generated from protobuf field repeated .google.cloud.videointelligence.v1beta1.VideoAnnotationResults annotation_results = 1;

Parameters

array|RepeatedField $var