Reference documentation and code samples for the Cloud Video Intelligence V1beta2 Client class AnnotateVideoProgress.
Video annotation progress. Included in the metadata
field of the Operation
returned by the GetOperation
call of the google::longrunning::Operations
service.
Generated from protobuf message google.cloud.videointelligence.v1beta2.AnnotateVideoProgress
Namespace
Google \ Cloud \ VideoIntelligence \ V1beta2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ annotation_progress |
array<Google\Cloud\VideoIntelligence\V1beta2\VideoAnnotationProgress>
Progress metadata for all videos specified in |
getAnnotationProgress
Progress metadata for all videos specified in AnnotateVideoRequest
.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAnnotationProgress
Progress metadata for all videos specified in AnnotateVideoRequest
.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\VideoIntelligence\V1beta2\VideoAnnotationProgress>
|
Returns | |
---|---|
Type | Description |
$this |