Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::BatchRecognizeMetadata (v0.12.0)

Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Cloud::Speech::V2::BatchRecognizeMetadata.

Operation metadata for BatchRecognize.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#transcription_metadata

def transcription_metadata() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Speech::V2::BatchRecognizeTranscriptionMetadata}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Speech::V2::BatchRecognizeTranscriptionMetadata}) — Map from provided filename to the transcription metadata for that file.

#transcription_metadata=

def transcription_metadata=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Speech::V2::BatchRecognizeTranscriptionMetadata}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Google::Cloud::Speech::V2::BatchRecognizeTranscriptionMetadata}) — Map from provided filename to the transcription metadata for that file.
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Speech::V2::BatchRecognizeTranscriptionMetadata}) — Map from provided filename to the transcription metadata for that file.