Class: Google::Cloud::Speech::V2::BatchRecognizeResponse

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

Response message for BatchRecognize that is packaged into a longrunning Operation.

Defined Under Namespace

Classes: ResultsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#results::Google::Protobuf::Map{::String => ::Google::Cloud::Speech::V2::BatchRecognizeFileResult}

Returns Map from filename to the final result for that file.

Returns:



972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 972

class BatchRecognizeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Speech::V2::BatchRecognizeFileResult]
  class ResultsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#total_billed_duration::Google::Protobuf::Duration

Returns When available, billed audio seconds for the corresponding request.

Returns:



972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 972

class BatchRecognizeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Speech::V2::BatchRecognizeFileResult]
  class ResultsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end