AnnotateVideoResponse
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
No description
Annotation results for all videos specified in AnnotateVideoRequest
.
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;
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;