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:



1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1074

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:



1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1074

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