Package com.google.cloud.speech.v2
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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsTranscriptionMetadata(String key)
Map from provided filename to the transcription metadata for that file.Map<String,BatchRecognizeTranscriptionMetadata>
getTranscriptionMetadata()
Deprecated.int
getTranscriptionMetadataCount()
Map from provided filename to the transcription metadata for that file.Map<String,BatchRecognizeTranscriptionMetadata>
getTranscriptionMetadataMap()
Map from provided filename to the transcription metadata for that file.BatchRecognizeTranscriptionMetadata
getTranscriptionMetadataOrDefault(String key, BatchRecognizeTranscriptionMetadata defaultValue)
Map from provided filename to the transcription metadata for that file.BatchRecognizeTranscriptionMetadata
getTranscriptionMetadataOrThrow(String key)
Map from provided filename to the transcription metadata for that file.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getTranscriptionMetadata
@Deprecated Map<String,BatchRecognizeTranscriptionMetadata> getTranscriptionMetadata()
Deprecated.UsegetTranscriptionMetadataMap()
instead.
-
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;
-
getTranscriptionMetadataOrDefault
BatchRecognizeTranscriptionMetadata getTranscriptionMetadataOrDefault(String key, BatchRecognizeTranscriptionMetadata defaultValue)
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;
-
-