Class: Google::Cloud::Speech::V2::RecognitionOutputConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/speech/v2/cloud_speech.rb

Overview

Configuration options for the output(s) of recognition.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_output_config::Google::Cloud::Speech::V2::GcsOutputConfig

Returns If this message is populated, recognition results are written to the provided Google Cloud Storage URI.

Returns:



1060
1061
1062
1063
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1060

class RecognitionOutputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#inline_response_config::Google::Cloud::Speech::V2::InlineOutputConfig

Returns 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:



1060
1061
1062
1063
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1060

class RecognitionOutputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#output_format_config::Google::Cloud::Speech::V2::OutputFormatConfig

Returns Optional. Configuration for the format of the results stored to output. If unspecified transcripts will be written in the NATIVE format only.

Returns:



1060
1061
1062
1063
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1060

class RecognitionOutputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end