public interface InlineResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BatchRecognizeResults |
getTranscript()
The transcript for the audio file.
|
BatchRecognizeResultsOrBuilder |
getTranscriptOrBuilder()
The transcript for the audio file.
|
boolean |
hasTranscript()
The transcript for the audio file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTranscript()
The transcript for the audio file.
.google.cloud.speech.v2.BatchRecognizeResults transcript = 1;BatchRecognizeResults getTranscript()
The transcript for the audio file.
.google.cloud.speech.v2.BatchRecognizeResults transcript = 1;BatchRecognizeResultsOrBuilder getTranscriptOrBuilder()
The transcript for the audio file.
.google.cloud.speech.v2.BatchRecognizeResults transcript = 1;Copyright © 2024 Google LLC. All rights reserved.