Package com.google.cloud.aiplatform.v1
Interface TranscriptionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Transcription,Transcription.Builder
@Generated
public interface TranscriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanOptional.getText()Optional.com.google.protobuf.ByteStringOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getText
String getText()Optional. Transcription text.
string text = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()Optional. Transcription text.
string text = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for text.
-
getFinished
boolean getFinished()Optional. The bool indicates the end of the transcription.
bool finished = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The finished.
-