public interface RecognitionResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTranscript()
public abstract String getTranscript()Optional. Concatenated user speech segments captured during the current turn.
string transcript = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The transcript. |
getTranscriptBytes()
public abstract ByteString getTranscriptBytes()Optional. Concatenated user speech segments captured during the current turn.
string transcript = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for transcript. |