public interface BatchRecognizeTranscriptionMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Status |
getError()
Error if one was encountered.
|
com.google.rpc.StatusOrBuilder |
getErrorOrBuilder()
Error if one was encountered.
|
int |
getProgressPercent()
How much of the file has been transcribed so far.
|
String |
getUri()
The Cloud Storage URI to which recognition results will be written.
|
com.google.protobuf.ByteString |
getUriBytes()
The Cloud Storage URI to which recognition results will be written.
|
boolean |
hasError()
Error if one was encountered.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getProgressPercent()
How much of the file has been transcribed so far.
int32 progress_percent = 1;boolean hasError()
Error if one was encountered.
.google.rpc.Status error = 2;com.google.rpc.Status getError()
Error if one was encountered.
.google.rpc.Status error = 2;com.google.rpc.StatusOrBuilder getErrorOrBuilder()
Error if one was encountered.
.google.rpc.Status error = 2;String getUri()
The Cloud Storage URI to which recognition results will be written.
string uri = 3;com.google.protobuf.ByteString getUriBytes()
The Cloud Storage URI to which recognition results will be written.
string uri = 3;Copyright © 2024 Google LLC. All rights reserved.