Interface TranscriptionOrBuilder (3.88.0)

public interface TranscriptionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFinished()

public abstract boolean getFinished()

Optional. The bool indicates the end of the transcription.

bool finished = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The finished.

getText()

public abstract String getText()

Optional. Transcription text.

string text = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The text.

getTextBytes()

public abstract ByteString getTextBytes()

Optional. Transcription text.

string text = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for text.