VideoAnnotationProgress
class VideoAnnotationProgress extends Message
Annotation progress for a single video.
Protobuf type Google\Cloud\Videointelligence\V1beta1\VideoAnnotationProgress
Methods
No description
Video file location in Google Cloud Storage.
Video file location in Google Cloud Storage.
Approximate percentage processed thus far.
Approximate percentage processed thus far.
Time when the request was received.
Time of the most recent update.
Details
at line 45
__construct()
at line 57
string
getInputUri()
Video file location in Google Cloud Storage.
Generated from protobuf field string input_uri = 1;
at line 69
setInputUri(string $var)
Video file location in Google Cloud Storage.
Generated from protobuf field string input_uri = 1;
at line 82
int
getProgressPercent()
Approximate percentage processed thus far.
Guaranteed to be 100 when fully processed.
Generated from protobuf field int32 progress_percent = 2;
at line 94
setProgressPercent(int $var)
Approximate percentage processed thus far.
Guaranteed to be 100 when fully processed.
Generated from protobuf field int32 progress_percent = 2;
at line 106
Timestamp
getStartTime()
Time when the request was received.
Generated from protobuf field .google.protobuf.Timestamp start_time = 3;
at line 117
setStartTime(Timestamp $var)
Time when the request was received.
Generated from protobuf field .google.protobuf.Timestamp start_time = 3;
at line 129
Timestamp
getUpdateTime()
Time of the most recent update.
Generated from protobuf field .google.protobuf.Timestamp update_time = 4;
at line 140
setUpdateTime(Timestamp $var)
Time of the most recent update.
Generated from protobuf field .google.protobuf.Timestamp update_time = 4;