Cloud Video Intelligence V1beta2 Client - Class AnnotateVideoResponse (1.15.4)

Reference documentation and code samples for the Cloud Video Intelligence V1beta2 Client class AnnotateVideoResponse.

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

Generated from protobuf message google.cloud.videointelligence.v1beta2.AnnotateVideoResponse

Namespace

Google \ Cloud \ VideoIntelligence \ V1beta2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ annotation_results array<Google\Cloud\VideoIntelligence\V1beta2\VideoAnnotationResults>

Annotation results for all videos specified in AnnotateVideoRequest.

getAnnotationResults

Annotation results for all videos specified in AnnotateVideoRequest.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAnnotationResults

Annotation results for all videos specified in AnnotateVideoRequest.

Parameter
Name Description
var array<Google\Cloud\VideoIntelligence\V1beta2\VideoAnnotationResults>
Returns
Type Description
$this