public interface VideoAnnotationProgressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Feature |
getFeature()
Specifies which feature is being tracked if the request contains more than
one feature.
|
int |
getFeatureValue()
Specifies which feature is being tracked if the request contains more than
one feature.
|
String |
getInputUri()
Video file location in
[Cloud Storage](https://cloud.google.com/storage/).
|
com.google.protobuf.ByteString |
getInputUriBytes()
Video file location in
[Cloud Storage](https://cloud.google.com/storage/).
|
int |
getProgressPercent()
Approximate percentage processed thus far.
|
VideoSegment |
getSegment()
Specifies which segment is being tracked if the request contains more than
one segment.
|
VideoSegmentOrBuilder |
getSegmentOrBuilder()
Specifies which segment is being tracked if the request contains more than
one segment.
|
com.google.protobuf.Timestamp |
getStartTime()
Time when the request was received.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Time when the request was received.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Time of the most recent update.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Time of the most recent update.
|
boolean |
hasSegment()
Specifies which segment is being tracked if the request contains more than
one segment.
|
boolean |
hasStartTime()
Time when the request was received.
|
boolean |
hasUpdateTime()
Time of the most recent update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInputUri()
Video file location in [Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;com.google.protobuf.ByteString getInputUriBytes()
Video file location in [Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;int getProgressPercent()
Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
int32 progress_percent = 2;boolean hasStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;com.google.protobuf.Timestamp getStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;boolean hasUpdateTime()
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;com.google.protobuf.Timestamp getUpdateTime()
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;int getFeatureValue()
Specifies which feature is being tracked if the request contains more than one feature.
.google.cloud.videointelligence.v1p3beta1.Feature feature = 5;Feature getFeature()
Specifies which feature is being tracked if the request contains more than one feature.
.google.cloud.videointelligence.v1p3beta1.Feature feature = 5;boolean hasSegment()
Specifies which segment is being tracked if the request contains more than one segment.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;VideoSegment getSegment()
Specifies which segment is being tracked if the request contains more than one segment.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;VideoSegmentOrBuilder getSegmentOrBuilder()
Specifies which segment is being tracked if the request contains more than one segment.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;Copyright © 2024 Google LLC. All rights reserved.