public interface AsyncRecognizeMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLastUpdateTime()
public abstract Timestamp getLastUpdateTime()Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 3;
| Type | Description |
| Timestamp |
getLastUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getLastUpdateTimeOrBuilder()Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 3;
| Type | Description |
| TimestampOrBuilder |
getProgressPercent()
public abstract int getProgressPercent()Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available.
int32 progress_percent = 1;
| Type | Description |
| int |
getStartTime()
public abstract Timestamp getStartTime()Time when the request was received.
.google.protobuf.Timestamp start_time = 2;
| Type | Description |
| Timestamp |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()Time when the request was received.
.google.protobuf.Timestamp start_time = 2;
| Type | Description |
| TimestampOrBuilder |
hasLastUpdateTime()
public abstract boolean hasLastUpdateTime()Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 3;
| Type | Description |
| boolean |
hasStartTime()
public abstract boolean hasStartTime()Time when the request was received.
.google.protobuf.Timestamp start_time = 2;
| Type | Description |
| boolean |