| Modifier and Type | Method and Description |
|---|---|
RecognitionConfig |
RecognitionConfig.Builder.build() |
RecognitionConfig |
RecognitionConfig.Builder.buildPartial() |
RecognitionConfig |
AsyncRecognizeRequestOrBuilder.getConfig()
*Required* Provides information to the recognizer that specifies how to
process the request.
|
RecognitionConfig |
StreamingRecognitionConfig.getConfig()
*Required* Provides information to the recognizer that specifies how to
process the request.
|
RecognitionConfig |
StreamingRecognitionConfig.Builder.getConfig()
*Required* Provides information to the recognizer that specifies how to
process the request.
|
RecognitionConfig |
AsyncRecognizeRequest.getConfig()
*Required* Provides information to the recognizer that specifies how to
process the request.
|
RecognitionConfig |
AsyncRecognizeRequest.Builder.getConfig()
*Required* Provides information to the recognizer that specifies how to
process the request.
|
RecognitionConfig |
StreamingRecognitionConfigOrBuilder.getConfig()
*Required* Provides information to the recognizer that specifies how to
process the request.
|
RecognitionConfig |
SyncRecognizeRequestOrBuilder.getConfig()
*Required* Provides information to the recognizer that specifies how to
process the request.
|
RecognitionConfig |
SyncRecognizeRequest.getConfig()
*Required* Provides information to the recognizer that specifies how to
process the request.
|
RecognitionConfig |
SyncRecognizeRequest.Builder.getConfig()
*Required* Provides information to the recognizer that specifies how to
process the request.
|
static RecognitionConfig |
RecognitionConfig.getDefaultInstance() |
RecognitionConfig |
RecognitionConfig.getDefaultInstanceForType() |
RecognitionConfig |
RecognitionConfig.Builder.getDefaultInstanceForType() |
static RecognitionConfig |
RecognitionConfig.parseDelimitedFrom(InputStream input) |
static RecognitionConfig |
RecognitionConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecognitionConfig |
RecognitionConfig.parseFrom(byte[] data) |
static RecognitionConfig |
RecognitionConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecognitionConfig |
RecognitionConfig.parseFrom(ByteBuffer data) |
static RecognitionConfig |
RecognitionConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecognitionConfig |
RecognitionConfig.parseFrom(com.google.protobuf.ByteString data) |
static RecognitionConfig |
RecognitionConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecognitionConfig |
RecognitionConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static RecognitionConfig |
RecognitionConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecognitionConfig |
RecognitionConfig.parseFrom(InputStream input) |
static RecognitionConfig |
RecognitionConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RecognitionConfig> |
RecognitionConfig.getParserForType() |
static com.google.protobuf.Parser<RecognitionConfig> |
RecognitionConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
StreamingRecognitionConfig.Builder |
StreamingRecognitionConfig.Builder.mergeConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to
process the request.
|
AsyncRecognizeRequest.Builder |
AsyncRecognizeRequest.Builder.mergeConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to
process the request.
|
SyncRecognizeRequest.Builder |
SyncRecognizeRequest.Builder.mergeConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to
process the request.
|
RecognitionConfig.Builder |
RecognitionConfig.Builder.mergeFrom(RecognitionConfig other) |
static RecognitionConfig.Builder |
RecognitionConfig.newBuilder(RecognitionConfig prototype) |
StreamingRecognitionConfig.Builder |
StreamingRecognitionConfig.Builder.setConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to
process the request.
|
AsyncRecognizeRequest.Builder |
AsyncRecognizeRequest.Builder.setConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to
process the request.
|
SyncRecognizeRequest.Builder |
SyncRecognizeRequest.Builder.setConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to
process the request.
|
Copyright © 2022 Google LLC. All rights reserved.