Uses of Class
com.google.cloud.speech.v2.GcsOutputConfig
-
Packages that use GcsOutputConfig Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text API -
-
Uses of GcsOutputConfig in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return GcsOutputConfig Modifier and Type Method Description GcsOutputConfig
GcsOutputConfig.Builder. build()
GcsOutputConfig
GcsOutputConfig.Builder. buildPartial()
static GcsOutputConfig
GcsOutputConfig. getDefaultInstance()
GcsOutputConfig
GcsOutputConfig.Builder. getDefaultInstanceForType()
GcsOutputConfig
GcsOutputConfig. getDefaultInstanceForType()
GcsOutputConfig
RecognitionOutputConfig.Builder. getGcsOutputConfig()
If this message is populated, recognition results are written to the provided Google Cloud Storage URI.GcsOutputConfig
RecognitionOutputConfig. getGcsOutputConfig()
If this message is populated, recognition results are written to the provided Google Cloud Storage URI.GcsOutputConfig
RecognitionOutputConfigOrBuilder. getGcsOutputConfig()
If this message is populated, recognition results are written to the provided Google Cloud Storage URI.static GcsOutputConfig
GcsOutputConfig. parseDelimitedFrom(InputStream input)
static GcsOutputConfig
GcsOutputConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsOutputConfig
GcsOutputConfig. parseFrom(byte[] data)
static GcsOutputConfig
GcsOutputConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsOutputConfig
GcsOutputConfig. parseFrom(com.google.protobuf.ByteString data)
static GcsOutputConfig
GcsOutputConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsOutputConfig
GcsOutputConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static GcsOutputConfig
GcsOutputConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsOutputConfig
GcsOutputConfig. parseFrom(InputStream input)
static GcsOutputConfig
GcsOutputConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsOutputConfig
GcsOutputConfig. parseFrom(ByteBuffer data)
static GcsOutputConfig
GcsOutputConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.speech.v2 that return types with arguments of type GcsOutputConfig Modifier and Type Method Description com.google.protobuf.Parser<GcsOutputConfig>
GcsOutputConfig. getParserForType()
static com.google.protobuf.Parser<GcsOutputConfig>
GcsOutputConfig. parser()
Methods in com.google.cloud.speech.v2 with parameters of type GcsOutputConfig Modifier and Type Method Description GcsOutputConfig.Builder
GcsOutputConfig.Builder. mergeFrom(GcsOutputConfig other)
RecognitionOutputConfig.Builder
RecognitionOutputConfig.Builder. mergeGcsOutputConfig(GcsOutputConfig value)
If this message is populated, recognition results are written to the provided Google Cloud Storage URI.static GcsOutputConfig.Builder
GcsOutputConfig. newBuilder(GcsOutputConfig prototype)
RecognitionOutputConfig.Builder
RecognitionOutputConfig.Builder. setGcsOutputConfig(GcsOutputConfig value)
If this message is populated, recognition results are written to the provided Google Cloud Storage URI.
-