Class: Google::Cloud::Speech::V2::BatchRecognizeMetadata

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

Operation metadata for BatchRecognize.

Defined Under Namespace

Classes: TranscriptionMetadataEntry

Instance Attribute Summary collapse

Instance Attribute Details

#transcription_metadata::Google::Protobuf::Map{::String => ::Google::Cloud::Speech::V2::BatchRecognizeTranscriptionMetadata}

Returns Map from provided filename to the transcription metadata for that file.

Returns:



1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1190

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

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