public final class CloudStorageResult extends GeneratedMessageV3 implements CloudStorageResultOrBuilder
Final results written to Cloud Storage.
Protobuf type google.cloud.speech.v2.CloudStorageResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int SRT_FORMAT_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int VTT_FORMAT_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CloudStorageResult getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CloudStorageResult.Builder newBuilder()
newBuilder(CloudStorageResult prototype)
public static CloudStorageResult.Builder newBuilder(CloudStorageResult prototype)
public static CloudStorageResult parseDelimitedFrom(InputStream input)
public static CloudStorageResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CloudStorageResult parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CloudStorageResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CloudStorageResult parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudStorageResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudStorageResult parseFrom(CodedInputStream input)
public static CloudStorageResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CloudStorageResult parseFrom(InputStream input)
public static CloudStorageResult parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CloudStorageResult parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CloudStorageResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CloudStorageResult> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public CloudStorageResult getDefaultInstanceForType()
getParserForType()
public Parser<CloudStorageResult> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
public String getSrtFormatUri()
The Cloud Storage URI to which recognition results were written as SRT
formatted captions. This is populated only when SRT
output is requested.
string srt_format_uri = 3;
Returns |
Type |
Description |
String |
The srtFormatUri.
|
public ByteString getSrtFormatUriBytes()
The Cloud Storage URI to which recognition results were written as SRT
formatted captions. This is populated only when SRT
output is requested.
string srt_format_uri = 3;
Returns |
Type |
Description |
ByteString |
The bytes for srtFormatUri.
|
getUri()
The Cloud Storage URI to which recognition results were written.
string uri = 1;
Returns |
Type |
Description |
String |
The uri.
|
getUriBytes()
public ByteString getUriBytes()
The Cloud Storage URI to which recognition results were written.
string uri = 1;
Returns |
Type |
Description |
ByteString |
The bytes for uri.
|
public String getVttFormatUri()
The Cloud Storage URI to which recognition results were written as VTT
formatted captions. This is populated only when VTT
output is requested.
string vtt_format_uri = 2;
Returns |
Type |
Description |
String |
The vttFormatUri.
|
public ByteString getVttFormatUriBytes()
The Cloud Storage URI to which recognition results were written as VTT
formatted captions. This is populated only when VTT
output is requested.
string vtt_format_uri = 2;
Returns |
Type |
Description |
ByteString |
The bytes for vttFormatUri.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CloudStorageResult.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CloudStorageResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CloudStorageResult.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides