Reference documentation and code samples for the Cloud Video Intelligence V1beta2 Client class VideoAnnotationProgress.
Annotation progress for a single video.
Generated from protobuf message google.cloud.videointelligence.v1beta2.VideoAnnotationProgress
Namespace
Google \ Cloud \ VideoIntelligence \ V1beta2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ input_uri |
string
Video file location in Google Cloud Storage. |
↳ progress_percent |
int
Approximate percentage processed thus far. Guaranteed to be 100 when fully processed. |
↳ start_time |
Google\Protobuf\Timestamp
Time when the request was received. |
↳ update_time |
Google\Protobuf\Timestamp
Time of the most recent update. |
getInputUri
Video file location in Google Cloud Storage.
Returns | |
---|---|
Type | Description |
string |
setInputUri
Video file location in Google Cloud Storage.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProgressPercent
Approximate percentage processed thus far.
Guaranteed to be 100 when fully processed.
Returns | |
---|---|
Type | Description |
int |
setProgressPercent
Approximate percentage processed thus far.
Guaranteed to be 100 when fully processed.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getStartTime
Time when the request was received.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
Time when the request was received.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateTime
Time of the most recent update.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasUpdateTime
clearUpdateTime
setUpdateTime
Time of the most recent update.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |