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:



1016
1017
1018
1019
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1016

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:



1016
1017
1018
1019
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1016

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