public interface LongRunningRecognizeResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOutputConfig()
public abstract TranscriptOutputConfig getOutputConfig()Original output config if present in the request.
.google.cloud.speech.v1.TranscriptOutputConfig output_config = 6;
| Type | Description |
| TranscriptOutputConfig | The outputConfig. |
getOutputConfigOrBuilder()
public abstract TranscriptOutputConfigOrBuilder getOutputConfigOrBuilder()Original output config if present in the request.
.google.cloud.speech.v1.TranscriptOutputConfig output_config = 6;
| Type | Description |
| TranscriptOutputConfigOrBuilder |
getOutputError()
public abstract Status getOutputError()If the transcript output fails this field contains the relevant error.
.google.rpc.Status output_error = 7;
| Type | Description |
| com.google.rpc.Status | The outputError. |
getOutputErrorOrBuilder()
public abstract StatusOrBuilder getOutputErrorOrBuilder()If the transcript output fails this field contains the relevant error.
.google.rpc.Status output_error = 7;
| Type | Description |
| com.google.rpc.StatusOrBuilder |
getResults(int index)
public abstract SpeechRecognitionResult getResults(int index)Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;
| Name | Description |
| index | int |
| Type | Description |
| SpeechRecognitionResult |
getResultsCount()
public abstract int getResultsCount()Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;
| Type | Description |
| int |
getResultsList()
public abstract List<SpeechRecognitionResult> getResultsList()Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;
| Type | Description |
| List<SpeechRecognitionResult> |
getResultsOrBuilder(int index)
public abstract SpeechRecognitionResultOrBuilder getResultsOrBuilder(int index)Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;
| Name | Description |
| index | int |
| Type | Description |
| SpeechRecognitionResultOrBuilder |
getResultsOrBuilderList()
public abstract List<? extends SpeechRecognitionResultOrBuilder> getResultsOrBuilderList()Sequential list of transcription results corresponding to sequential portions of audio.
repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;
| Type | Description |
| List<? extends com.google.cloud.speech.v1.SpeechRecognitionResultOrBuilder> |
getTotalBilledTime()
public abstract Duration getTotalBilledTime()When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_time = 3;
| Type | Description |
| Duration | The totalBilledTime. |
getTotalBilledTimeOrBuilder()
public abstract DurationOrBuilder getTotalBilledTimeOrBuilder()When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_time = 3;
| Type | Description |
| DurationOrBuilder |
hasOutputConfig()
public abstract boolean hasOutputConfig()Original output config if present in the request.
.google.cloud.speech.v1.TranscriptOutputConfig output_config = 6;
| Type | Description |
| boolean | Whether the outputConfig field is set. |
hasOutputError()
public abstract boolean hasOutputError()If the transcript output fails this field contains the relevant error.
.google.rpc.Status output_error = 7;
| Type | Description |
| boolean | Whether the outputError field is set. |
hasTotalBilledTime()
public abstract boolean hasTotalBilledTime()When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_time = 3;
| Type | Description |
| boolean | Whether the totalBilledTime field is set. |