| Modifier and Type | Method and Description |
|---|---|
RecognitionConfig |
RecognitionConfig.Builder.build() |
RecognitionConfig |
RecognitionConfig.Builder.buildPartial() |
RecognitionConfig |
LongRunningRecognizeRequestOrBuilder.getConfig()
*Required* Provides information to the recognizer that specifies how to
process the request.
|
RecognitionConfig |
RecognizeRequest.getConfig()
*Required* Provides information to the recognizer that specifies how to
process the request.
|
RecognitionConfig |
RecognizeRequest.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 |
LongRunningRecognizeRequest.getConfig()
*Required* Provides information to the recognizer that specifies how to
process the request.
|
RecognitionConfig |
LongRunningRecognizeRequest.Builder.getConfig()
*Required* Provides information to the recognizer that specifies how to
process the request.
|
RecognitionConfig |
RecognizeRequestOrBuilder.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.
|
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 |
|---|---|
RecognizeRequest.Builder |
RecognizeRequest.Builder.mergeConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to
process the request.
|
LongRunningRecognizeRequest.Builder |
LongRunningRecognizeRequest.Builder.mergeConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to
process the request.
|
StreamingRecognitionConfig.Builder |
StreamingRecognitionConfig.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) |
RecognizeRequest.Builder |
RecognizeRequest.Builder.setConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to
process the request.
|
LongRunningRecognizeRequest.Builder |
LongRunningRecognizeRequest.Builder.setConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to
process the request.
|
StreamingRecognitionConfig.Builder |
StreamingRecognitionConfig.Builder.setConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to
process the request.
|
Copyright © 2018 Google LLC. All rights reserved.