public interface RecognitionOutputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcsOutputConfig |
getGcsOutputConfig()
If this message is populated, recognition results are written to the
provided Google Cloud Storage URI.
|
GcsOutputConfigOrBuilder |
getGcsOutputConfigOrBuilder()
If this message is populated, recognition results are written to the
provided Google Cloud Storage URI.
|
InlineOutputConfig |
getInlineResponseConfig()
If this message is populated, recognition results are provided in the
[BatchRecognizeResponse][google.cloud.speech.v2.BatchRecognizeResponse]
message of the Operation when completed.
|
InlineOutputConfigOrBuilder |
getInlineResponseConfigOrBuilder()
If this message is populated, recognition results are provided in the
[BatchRecognizeResponse][google.cloud.speech.v2.BatchRecognizeResponse]
message of the Operation when completed.
|
RecognitionOutputConfig.OutputCase |
getOutputCase() |
OutputFormatConfig |
getOutputFormatConfig()
Optional.
|
OutputFormatConfigOrBuilder |
getOutputFormatConfigOrBuilder()
Optional.
|
boolean |
hasGcsOutputConfig()
If this message is populated, recognition results are written to the
provided Google Cloud Storage URI.
|
boolean |
hasInlineResponseConfig()
If this message is populated, recognition results are provided in the
[BatchRecognizeResponse][google.cloud.speech.v2.BatchRecognizeResponse]
message of the Operation when completed.
|
boolean |
hasOutputFormatConfig()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsOutputConfig()
If this message is populated, recognition results are written to the provided Google Cloud Storage URI.
.google.cloud.speech.v2.GcsOutputConfig gcs_output_config = 1;GcsOutputConfig getGcsOutputConfig()
If this message is populated, recognition results are written to the provided Google Cloud Storage URI.
.google.cloud.speech.v2.GcsOutputConfig gcs_output_config = 1;GcsOutputConfigOrBuilder getGcsOutputConfigOrBuilder()
If this message is populated, recognition results are written to the provided Google Cloud Storage URI.
.google.cloud.speech.v2.GcsOutputConfig gcs_output_config = 1;boolean hasInlineResponseConfig()
If this message is populated, recognition results are provided in the [BatchRecognizeResponse][google.cloud.speech.v2.BatchRecognizeResponse] message of the Operation when completed. This is only supported when calling [BatchRecognize][google.cloud.speech.v2.Speech.BatchRecognize] with just one audio file.
.google.cloud.speech.v2.InlineOutputConfig inline_response_config = 2;InlineOutputConfig getInlineResponseConfig()
If this message is populated, recognition results are provided in the [BatchRecognizeResponse][google.cloud.speech.v2.BatchRecognizeResponse] message of the Operation when completed. This is only supported when calling [BatchRecognize][google.cloud.speech.v2.Speech.BatchRecognize] with just one audio file.
.google.cloud.speech.v2.InlineOutputConfig inline_response_config = 2;InlineOutputConfigOrBuilder getInlineResponseConfigOrBuilder()
If this message is populated, recognition results are provided in the [BatchRecognizeResponse][google.cloud.speech.v2.BatchRecognizeResponse] message of the Operation when completed. This is only supported when calling [BatchRecognize][google.cloud.speech.v2.Speech.BatchRecognize] with just one audio file.
.google.cloud.speech.v2.InlineOutputConfig inline_response_config = 2;boolean hasOutputFormatConfig()
Optional. Configuration for the format of the results stored to `output`. If unspecified transcripts will be written in the `NATIVE` format only.
.google.cloud.speech.v2.OutputFormatConfig output_format_config = 3 [(.google.api.field_behavior) = OPTIONAL];
OutputFormatConfig getOutputFormatConfig()
Optional. Configuration for the format of the results stored to `output`. If unspecified transcripts will be written in the `NATIVE` format only.
.google.cloud.speech.v2.OutputFormatConfig output_format_config = 3 [(.google.api.field_behavior) = OPTIONAL];
OutputFormatConfigOrBuilder getOutputFormatConfigOrBuilder()
Optional. Configuration for the format of the results stored to `output`. If unspecified transcripts will be written in the `NATIVE` format only.
.google.cloud.speech.v2.OutputFormatConfig output_format_config = 3 [(.google.api.field_behavior) = OPTIONAL];
RecognitionOutputConfig.OutputCase getOutputCase()
Copyright © 2024 Google LLC. All rights reserved.