Class: Google::Cloud::Speech::V2::BatchRecognizeMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::BatchRecognizeMetadata
- 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
-
#transcription_metadata ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Speech::V2::BatchRecognizeTranscriptionMetadata}
Map from provided filename to the transcription metadata for that file.
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.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1050 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 |