Interface BatchRecognizeMetadataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    BatchRecognizeMetadata, BatchRecognizeMetadata.Builder

    public interface BatchRecognizeMetadataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getTranscriptionMetadataCount

        int getTranscriptionMetadataCount()
         Map from provided filename to the transcription metadata for that file.
         
        map<string, .google.cloud.speech.v2.BatchRecognizeTranscriptionMetadata> transcription_metadata = 1;
      • containsTranscriptionMetadata

        boolean containsTranscriptionMetadata​(String key)
         Map from provided filename to the transcription metadata for that file.
         
        map<string, .google.cloud.speech.v2.BatchRecognizeTranscriptionMetadata> transcription_metadata = 1;
      • getTranscriptionMetadataMap

        Map<String,​BatchRecognizeTranscriptionMetadata> getTranscriptionMetadataMap()
         Map from provided filename to the transcription metadata for that file.
         
        map<string, .google.cloud.speech.v2.BatchRecognizeTranscriptionMetadata> transcription_metadata = 1;
      • getTranscriptionMetadataOrThrow

        BatchRecognizeTranscriptionMetadata getTranscriptionMetadataOrThrow​(String key)
         Map from provided filename to the transcription metadata for that file.
         
        map<string, .google.cloud.speech.v2.BatchRecognizeTranscriptionMetadata> transcription_metadata = 1;