public interface BatchRecognizeTranscriptionMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getError()
public abstract Status getError()Error if one was encountered.
.google.rpc.Status error = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
The error. |
getErrorOrBuilder()
public abstract StatusOrBuilder getErrorOrBuilder()Error if one was encountered.
.google.rpc.Status error = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getProgressPercent()
public abstract int getProgressPercent()How much of the file has been transcribed so far.
int32 progress_percent = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The progressPercent. |
getUri()
public abstract String getUri()The Cloud Storage URI to which recognition results will be written.
string uri = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()The Cloud Storage URI to which recognition results will be written.
string uri = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |
hasError()
public abstract boolean hasError()Error if one was encountered.
.google.rpc.Status error = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the error field is set. |