public interface LongRunningRecognizeMetadataOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| Timestamp | getLastUpdateTime()
 Time of the most recent processing update. | 
| TimestampOrBuilder | getLastUpdateTimeOrBuilder()
 Time of the most recent processing update. | 
| int | getProgressPercent()
 Approximate percentage of audio processed thus far. | 
| Timestamp | getStartTime()
 Time when the request was received. | 
| TimestampOrBuilder | getStartTimeOrBuilder()
 Time when the request was received. | 
| boolean | hasLastUpdateTime()
 Time of the most recent processing update. | 
| boolean | hasStartTime()
 Time when the request was received. | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedint 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;boolean hasStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 2;Timestamp getStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 2;TimestampOrBuilder getStartTimeOrBuilder()
Time when the request was received.
.google.protobuf.Timestamp start_time = 2;boolean hasLastUpdateTime()
Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 3;Timestamp getLastUpdateTime()
Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 3;TimestampOrBuilder getLastUpdateTimeOrBuilder()
Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 3;