Interface BatchRecognizeTranscriptionMetadataOrBuilder (4.36.0)

public interface BatchRecognizeTranscriptionMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getError()

public abstract Status getError()

Error if one was encountered.

.google.rpc.Status error = 2;

Returns
TypeDescription
com.google.rpc.Status

The error.

getErrorOrBuilder()

public abstract StatusOrBuilder getErrorOrBuilder()

Error if one was encountered.

.google.rpc.Status error = 2;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getProgressPercent()

public abstract int getProgressPercent()

How much of the file has been transcribed so far.

int32 progress_percent = 1;

Returns
TypeDescription
int

The progressPercent.

getUri()

public abstract String getUri()

The Cloud Storage URI to which recognition results will be written.

string uri = 3;

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

The Cloud Storage URI to which recognition results will be written.

string uri = 3;

Returns
TypeDescription
ByteString

The bytes for uri.

hasError()

public abstract boolean hasError()

Error if one was encountered.

.google.rpc.Status error = 2;

Returns
TypeDescription
boolean

Whether the error field is set.