SpeechContext.Builder |
SpeechContext.Builder.addAllPhrases(Iterable<String> values) |
*Optional* A list of strings containing words and phrases "hints" so that
the speech recognition is more likely to recognize them.
|
SpeechContext.Builder |
SpeechContext.Builder.addPhrases(String value) |
*Optional* A list of strings containing words and phrases "hints" so that
the speech recognition is more likely to recognize them.
|
SpeechContext.Builder |
SpeechContext.Builder.addPhrasesBytes(com.google.protobuf.ByteString value) |
*Optional* A list of strings containing words and phrases "hints" so that
the speech recognition is more likely to recognize them.
|
SpeechContext.Builder |
SpeechContext.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
SpeechContext.Builder |
SpeechContext.Builder.clear() |
|
SpeechContext.Builder |
SpeechContext.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
SpeechContext.Builder |
SpeechContext.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
SpeechContext.Builder |
SpeechContext.Builder.clearPhrases() |
*Optional* A list of strings containing words and phrases "hints" so that
the speech recognition is more likely to recognize them.
|
SpeechContext.Builder |
SpeechContext.Builder.clone() |
|
SpeechContext.Builder |
RecognitionConfig.Builder.getSpeechContextBuilder() |
*Optional* A means to provide context to assist the speech recognition.
|
SpeechContext.Builder |
SpeechContext.Builder.mergeFrom(SpeechContext other) |
|
SpeechContext.Builder |
SpeechContext.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
SpeechContext.Builder |
SpeechContext.Builder.mergeFrom(com.google.protobuf.Message other) |
|
SpeechContext.Builder |
SpeechContext.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static SpeechContext.Builder |
SpeechContext.newBuilder() |
|
static SpeechContext.Builder |
SpeechContext.newBuilder(SpeechContext prototype) |
|
SpeechContext.Builder |
SpeechContext.newBuilderForType() |
|
protected SpeechContext.Builder |
SpeechContext.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
SpeechContext.Builder |
SpeechContext.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
SpeechContext.Builder |
SpeechContext.Builder.setPhrases(int index,
String value) |
*Optional* A list of strings containing words and phrases "hints" so that
the speech recognition is more likely to recognize them.
|
SpeechContext.Builder |
SpeechContext.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
SpeechContext.Builder |
SpeechContext.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
SpeechContext.Builder |
SpeechContext.toBuilder() |
|