Reference documentation and code samples for the Cloud Video Intelligence V1 Client class VideoAnnotationProgress.
Annotation progress for a single video.
Generated from protobuf message google.cloud.videointelligence.v1.VideoAnnotationProgress
Namespace
Google \ Cloud \ VideoIntelligence \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ input_uri
↳ progress_percent
int
Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
↳ start_time
↳ update_time
↳ feature
int
Specifies which feature is being tracked if the request contains more than one feature.
↳ segment
VideoSegment
Specifies which segment is being tracked if the request contains more than one segment.
getInputUri
Video file location in Cloud Storage .
string
setInputUri
Video file location in Cloud Storage .
var
string
$this
getProgressPercent
Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
int
setProgressPercent
Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
var
int
$this
getStartTime
Time when the request was received.
hasStartTime
clearStartTime
setStartTime
Time when the request was received.
$this
getUpdateTime
Time of the most recent update.
hasUpdateTime
clearUpdateTime
setUpdateTime
Time of the most recent update.
$this
getFeature
Specifies which feature is being tracked if the request contains more than one feature.
int
setFeature
Specifies which feature is being tracked if the request contains more than one feature.
var
int
$this
getSegment
Specifies which segment is being tracked if the request contains more than one segment.
hasSegment
clearSegment
setSegment
Specifies which segment is being tracked if the request contains more than one segment.
$this