Interface RecognitionResultOrBuilder (0.1.0)

public interface RecognitionResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.