public interface VideoAnnotationProgressOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFeature()
public abstract Feature getFeature()Specifies which feature is being tracked if the request contains more than one feature.
.google.cloud.videointelligence.v1p3beta1.Feature feature = 5;
| Returns | |
|---|---|
| Type | Description |
Feature |
The feature. |
getFeatureValue()
public abstract int getFeatureValue()Specifies which feature is being tracked if the request contains more than one feature.
.google.cloud.videointelligence.v1p3beta1.Feature feature = 5;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for feature. |
getInputUri()
public abstract String getInputUri()Video file location in Cloud Storage.
string input_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The inputUri. |
getInputUriBytes()
public abstract ByteString getInputUriBytes()Video file location in Cloud Storage.
string input_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for inputUri. |
getProgressPercent()
public abstract int getProgressPercent()Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
int32 progress_percent = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The progressPercent. |
getSegment()
public abstract VideoSegment getSegment()Specifies which segment is being tracked if the request contains more than one segment.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;
| Returns | |
|---|---|
| Type | Description |
VideoSegment |
The segment. |
getSegmentOrBuilder()
public abstract VideoSegmentOrBuilder getSegmentOrBuilder()Specifies which segment is being tracked if the request contains more than one segment.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;
| Returns | |
|---|---|
| Type | Description |
VideoSegmentOrBuilder |
|
getStartTime()
public abstract Timestamp getStartTime()Time when the request was received.
.google.protobuf.Timestamp start_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()Time when the request was received.
.google.protobuf.Timestamp start_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getUpdateTime()
public abstract Timestamp getUpdateTime()Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasSegment()
public abstract boolean hasSegment()Specifies which segment is being tracked if the request contains more than one segment.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the segment field is set. |
hasStartTime()
public abstract boolean hasStartTime()Time when the request was received.
.google.protobuf.Timestamp start_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |