public interface LongRunningRecognizeMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getLastUpdateTime()
Time of the most recent processing update.
|
com.google.protobuf.TimestampOrBuilder |
getLastUpdateTimeOrBuilder()
Time of the most recent processing update.
|
TranscriptOutputConfig |
getOutputConfig()
Output only.
|
TranscriptOutputConfigOrBuilder |
getOutputConfigOrBuilder()
Output only.
|
int |
getProgressPercent()
Approximate percentage of audio processed thus far.
|
com.google.protobuf.Timestamp |
getStartTime()
Time when the request was received.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Time when the request was received.
|
String |
getUri()
Output only.
|
com.google.protobuf.ByteString |
getUriBytes()
Output only.
|
boolean |
hasLastUpdateTime()
Time of the most recent processing update.
|
boolean |
hasOutputConfig()
Output only.
|
boolean |
hasStartTime()
Time when the request was received.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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;com.google.protobuf.Timestamp getStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.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;com.google.protobuf.Timestamp getLastUpdateTime()
Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 3;com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder()
Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 3;String getUri()
Output only. The URI of the audio file being transcribed. Empty if the audio was sent as byte content.
string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getUriBytes()
Output only. The URI of the audio file being transcribed. Empty if the audio was sent as byte content.
string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasOutputConfig()
Output only. A copy of the TranscriptOutputConfig if it was set in the request.
.google.cloud.speech.v1p1beta1.TranscriptOutputConfig output_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
TranscriptOutputConfig getOutputConfig()
Output only. A copy of the TranscriptOutputConfig if it was set in the request.
.google.cloud.speech.v1p1beta1.TranscriptOutputConfig output_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
TranscriptOutputConfigOrBuilder getOutputConfigOrBuilder()
Output only. A copy of the TranscriptOutputConfig if it was set in the request.
.google.cloud.speech.v1p1beta1.TranscriptOutputConfig output_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.