public interface SpeechAdaptationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SpeechAdaptation.ABNFGrammar |
getAbnfGrammar()
Augmented Backus-Naur form (ABNF) is a standardized grammar notation
comprised by a set of derivation rules.
|
SpeechAdaptation.ABNFGrammarOrBuilder |
getAbnfGrammarOrBuilder()
Augmented Backus-Naur form (ABNF) is a standardized grammar notation
comprised by a set of derivation rules.
|
CustomClass |
getCustomClasses(int index)
A collection of custom classes.
|
int |
getCustomClassesCount()
A collection of custom classes.
|
List<CustomClass> |
getCustomClassesList()
A collection of custom classes.
|
CustomClassOrBuilder |
getCustomClassesOrBuilder(int index)
A collection of custom classes.
|
List<? extends CustomClassOrBuilder> |
getCustomClassesOrBuilderList()
A collection of custom classes.
|
String |
getPhraseSetReferences(int index)
A collection of phrase set resource names to use.
|
com.google.protobuf.ByteString |
getPhraseSetReferencesBytes(int index)
A collection of phrase set resource names to use.
|
int |
getPhraseSetReferencesCount()
A collection of phrase set resource names to use.
|
List<String> |
getPhraseSetReferencesList()
A collection of phrase set resource names to use.
|
PhraseSet |
getPhraseSets(int index)
A collection of phrase sets.
|
int |
getPhraseSetsCount()
A collection of phrase sets.
|
List<PhraseSet> |
getPhraseSetsList()
A collection of phrase sets.
|
PhraseSetOrBuilder |
getPhraseSetsOrBuilder(int index)
A collection of phrase sets.
|
List<? extends PhraseSetOrBuilder> |
getPhraseSetsOrBuilderList()
A collection of phrase sets.
|
boolean |
hasAbnfGrammar()
Augmented Backus-Naur form (ABNF) is a standardized grammar notation
comprised by a set of derivation rules.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PhraseSet> getPhraseSetsList()
A collection of phrase sets. To specify the hints inline, leave the phrase set's `name` blank and fill in the rest of its fields. Any phrase set can use any custom class.
repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 1;PhraseSet getPhraseSets(int index)
A collection of phrase sets. To specify the hints inline, leave the phrase set's `name` blank and fill in the rest of its fields. Any phrase set can use any custom class.
repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 1;int getPhraseSetsCount()
A collection of phrase sets. To specify the hints inline, leave the phrase set's `name` blank and fill in the rest of its fields. Any phrase set can use any custom class.
repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 1;List<? extends PhraseSetOrBuilder> getPhraseSetsOrBuilderList()
A collection of phrase sets. To specify the hints inline, leave the phrase set's `name` blank and fill in the rest of its fields. Any phrase set can use any custom class.
repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 1;PhraseSetOrBuilder getPhraseSetsOrBuilder(int index)
A collection of phrase sets. To specify the hints inline, leave the phrase set's `name` blank and fill in the rest of its fields. Any phrase set can use any custom class.
repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 1;List<String> getPhraseSetReferencesList()
A collection of phrase set resource names to use.
repeated string phrase_set_references = 2 [(.google.api.resource_reference) = { ... }
int getPhraseSetReferencesCount()
A collection of phrase set resource names to use.
repeated string phrase_set_references = 2 [(.google.api.resource_reference) = { ... }
String getPhraseSetReferences(int index)
A collection of phrase set resource names to use.
repeated string phrase_set_references = 2 [(.google.api.resource_reference) = { ... }
index - The index of the element to return.com.google.protobuf.ByteString getPhraseSetReferencesBytes(int index)
A collection of phrase set resource names to use.
repeated string phrase_set_references = 2 [(.google.api.resource_reference) = { ... }
index - The index of the value to return.List<CustomClass> getCustomClassesList()
A collection of custom classes. To specify the classes inline, leave the class' `name` blank and fill in the rest of its fields, giving it a unique `custom_class_id`. Refer to the inline defined class in phrase hints by its `custom_class_id`.
repeated .google.cloud.speech.v1p1beta1.CustomClass custom_classes = 3;CustomClass getCustomClasses(int index)
A collection of custom classes. To specify the classes inline, leave the class' `name` blank and fill in the rest of its fields, giving it a unique `custom_class_id`. Refer to the inline defined class in phrase hints by its `custom_class_id`.
repeated .google.cloud.speech.v1p1beta1.CustomClass custom_classes = 3;int getCustomClassesCount()
A collection of custom classes. To specify the classes inline, leave the class' `name` blank and fill in the rest of its fields, giving it a unique `custom_class_id`. Refer to the inline defined class in phrase hints by its `custom_class_id`.
repeated .google.cloud.speech.v1p1beta1.CustomClass custom_classes = 3;List<? extends CustomClassOrBuilder> getCustomClassesOrBuilderList()
A collection of custom classes. To specify the classes inline, leave the class' `name` blank and fill in the rest of its fields, giving it a unique `custom_class_id`. Refer to the inline defined class in phrase hints by its `custom_class_id`.
repeated .google.cloud.speech.v1p1beta1.CustomClass custom_classes = 3;CustomClassOrBuilder getCustomClassesOrBuilder(int index)
A collection of custom classes. To specify the classes inline, leave the class' `name` blank and fill in the rest of its fields, giving it a unique `custom_class_id`. Refer to the inline defined class in phrase hints by its `custom_class_id`.
repeated .google.cloud.speech.v1p1beta1.CustomClass custom_classes = 3;boolean hasAbnfGrammar()
Augmented Backus-Naur form (ABNF) is a standardized grammar notation comprised by a set of derivation rules. See specifications: https://www.w3.org/TR/speech-grammar
.google.cloud.speech.v1p1beta1.SpeechAdaptation.ABNFGrammar abnf_grammar = 4;SpeechAdaptation.ABNFGrammar getAbnfGrammar()
Augmented Backus-Naur form (ABNF) is a standardized grammar notation comprised by a set of derivation rules. See specifications: https://www.w3.org/TR/speech-grammar
.google.cloud.speech.v1p1beta1.SpeechAdaptation.ABNFGrammar abnf_grammar = 4;SpeechAdaptation.ABNFGrammarOrBuilder getAbnfGrammarOrBuilder()
Augmented Backus-Naur form (ABNF) is a standardized grammar notation comprised by a set of derivation rules. See specifications: https://www.w3.org/TR/speech-grammar
.google.cloud.speech.v1p1beta1.SpeechAdaptation.ABNFGrammar abnf_grammar = 4;Copyright © 2024 Google LLC. All rights reserved.