public interface CloudStorageResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSrtFormatUri()
The Cloud Storage URI to which recognition results were written as SRT
formatted captions.
|
com.google.protobuf.ByteString |
getSrtFormatUriBytes()
The Cloud Storage URI to which recognition results were written as SRT
formatted captions.
|
String |
getUri()
The Cloud Storage URI to which recognition results were written.
|
com.google.protobuf.ByteString |
getUriBytes()
The Cloud Storage URI to which recognition results were written.
|
String |
getVttFormatUri()
The Cloud Storage URI to which recognition results were written as VTT
formatted captions.
|
com.google.protobuf.ByteString |
getVttFormatUriBytes()
The Cloud Storage URI to which recognition results were written as VTT
formatted captions.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUri()
The Cloud Storage URI to which recognition results were written.
string uri = 1;com.google.protobuf.ByteString getUriBytes()
The Cloud Storage URI to which recognition results were written.
string uri = 1;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;com.google.protobuf.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;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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.