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:



1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1042

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