public final class BatchRecognizeTranscriptionMetadata extends GeneratedMessage implements BatchRecognizeTranscriptionMetadataOrBuilderMetadata about transcription for a single file (for example, progress percent).
Protobuf type google.cloud.speech.v2.BatchRecognizeTranscriptionMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchRecognizeTranscriptionMetadataImplements
BatchRecognizeTranscriptionMetadataOrBuilderStatic Fields
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
PROGRESS_PERCENT_FIELD_NUMBER
public static final int PROGRESS_PERCENT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchRecognizeTranscriptionMetadata getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BatchRecognizeTranscriptionMetadata.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata.Builder |
|
newBuilder(BatchRecognizeTranscriptionMetadata prototype)
public static BatchRecognizeTranscriptionMetadata.Builder newBuilder(BatchRecognizeTranscriptionMetadata prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BatchRecognizeTranscriptionMetadata |
| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata.Builder |
|
parseDelimitedFrom(InputStream input)
public static BatchRecognizeTranscriptionMetadata parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchRecognizeTranscriptionMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BatchRecognizeTranscriptionMetadata parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchRecognizeTranscriptionMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BatchRecognizeTranscriptionMetadata parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchRecognizeTranscriptionMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BatchRecognizeTranscriptionMetadata parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchRecognizeTranscriptionMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BatchRecognizeTranscriptionMetadata parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchRecognizeTranscriptionMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BatchRecognizeTranscriptionMetadata parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchRecognizeTranscriptionMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BatchRecognizeTranscriptionMetadata> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BatchRecognizeTranscriptionMetadata> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public BatchRecognizeTranscriptionMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata |
|
getError()
public Status getError()Error if one was encountered.
.google.rpc.Status error = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
The error. |
getErrorOrBuilder()
public StatusOrBuilder getErrorOrBuilder()Error if one was encountered.
.google.rpc.Status error = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getParserForType()
public Parser<BatchRecognizeTranscriptionMetadata> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BatchRecognizeTranscriptionMetadata> |
|
getProgressPercent()
public int getProgressPercent()How much of the file has been transcribed so far.
int32 progress_percent = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The progressPercent. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getUri()
public String getUri()The Cloud Storage URI to which recognition results will be written.
string uri = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public 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 boolean hasError()Error if one was encountered.
.google.rpc.Status error = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the error field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public BatchRecognizeTranscriptionMetadata.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BatchRecognizeTranscriptionMetadata.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata.Builder |
|
toBuilder()
public BatchRecognizeTranscriptionMetadata.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BatchRecognizeTranscriptionMetadata.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|