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
Returns
- (::Google::Cloud::Speech::V2::GcsOutputConfig) — If this message is populated, recognition results are written to the provided Google Cloud Storage URI.
#gcs_output_config=
def gcs_output_config=(value) -> ::Google::Cloud::Speech::V2::GcsOutputConfig
Parameter
- value (::Google::Cloud::Speech::V2::GcsOutputConfig) — If this message is populated, recognition results are written to the provided Google Cloud Storage URI.
Returns
- (::Google::Cloud::Speech::V2::GcsOutputConfig) — If this message is populated, recognition results are written to the provided Google Cloud Storage URI.
#inline_response_config
def inline_response_config() -> ::Google::Cloud::Speech::V2::InlineOutputConfig
Returns
- (::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.
#inline_response_config=
def inline_response_config=(value) -> ::Google::Cloud::Speech::V2::InlineOutputConfig
Parameter
- 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.
Returns
- (::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.