Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Cloud::Speech::V2::RecognitionOutputConfig.
Configuration options for the output(s) of recognition.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gcs_output_config
def gcs_output_config() -> ::Google::Cloud::Speech::V2::GcsOutputConfig
-
(::Google::Cloud::Speech::V2::GcsOutputConfig) — If this message is populated, recognition results are written to the
provided Google Cloud Storage URI.
Note: The following fields are mutually exclusive:
gcs_output_config
,inline_response_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#gcs_output_config=
def gcs_output_config=(value) -> ::Google::Cloud::Speech::V2::GcsOutputConfig
-
value (::Google::Cloud::Speech::V2::GcsOutputConfig) — If this message is populated, recognition results are written to the
provided Google Cloud Storage URI.
Note: The following fields are mutually exclusive:
gcs_output_config
,inline_response_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Speech::V2::GcsOutputConfig) — If this message is populated, recognition results are written to the
provided Google Cloud Storage URI.
Note: The following fields are mutually exclusive:
gcs_output_config
,inline_response_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#inline_response_config
def inline_response_config() -> ::Google::Cloud::Speech::V2::InlineOutputConfig
-
(::Google::Cloud::Speech::V2::InlineOutputConfig) — If this message is populated, recognition results are provided in the
BatchRecognizeResponse
message of the Operation when completed. This is only supported when
calling BatchRecognize
with just one audio file.
Note: The following fields are mutually exclusive:
inline_response_config
,gcs_output_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#inline_response_config=
def inline_response_config=(value) -> ::Google::Cloud::Speech::V2::InlineOutputConfig
-
value (::Google::Cloud::Speech::V2::InlineOutputConfig) — If this message is populated, recognition results are provided in the
BatchRecognizeResponse
message of the Operation when completed. This is only supported when
calling BatchRecognize
with just one audio file.
Note: The following fields are mutually exclusive:
inline_response_config
,gcs_output_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Speech::V2::InlineOutputConfig) — If this message is populated, recognition results are provided in the
BatchRecognizeResponse
message of the Operation when completed. This is only supported when
calling BatchRecognize
with just one audio file.
Note: The following fields are mutually exclusive:
inline_response_config
,gcs_output_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#output_format_config
def output_format_config() -> ::Google::Cloud::Speech::V2::OutputFormatConfig
-
(::Google::Cloud::Speech::V2::OutputFormatConfig) — Optional. Configuration for the format of the results stored to
output
. If unspecified transcripts will be written in theNATIVE
format only.
#output_format_config=
def output_format_config=(value) -> ::Google::Cloud::Speech::V2::OutputFormatConfig
-
value (::Google::Cloud::Speech::V2::OutputFormatConfig) — Optional. Configuration for the format of the results stored to
output
. If unspecified transcripts will be written in theNATIVE
format only.
-
(::Google::Cloud::Speech::V2::OutputFormatConfig) — Optional. Configuration for the format of the results stored to
output
. If unspecified transcripts will be written in theNATIVE
format only.