Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::RecognitionOutputConfig (v0.16.0)

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.

    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
Parameter
  • 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.

Returns
  • (::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
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.

    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
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.

    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.

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.

    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
Returns

#output_format_config=

def output_format_config=(value) -> ::Google::Cloud::Speech::V2::OutputFormatConfig
Parameter
Returns