Cloud Video Intelligence V1 Client - Class AnnotateVideoResponse (1.14.2)

Reference documentation and code samples for the Cloud Video Intelligence V1 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.v1.AnnotateVideoResponse

Namespace

Google \ Cloud \ VideoIntelligence \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

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

Annotation results for all videos specified in AnnotateVideoRequest.

getAnnotationResults

Annotation results for all videos specified in AnnotateVideoRequest.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAnnotationResults

Annotation results for all videos specified in AnnotateVideoRequest.

Parameter
NameDescription
var array<Google\Cloud\VideoIntelligence\V1\VideoAnnotationResults>
Returns
TypeDescription
$this