Package com.google.cloud.speech.v2
Interface SpeechAdaptationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SpeechAdaptation
,SpeechAdaptation.Builder
public interface SpeechAdaptationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomClass
getCustomClasses(int index)
A list of inline CustomClasses.int
getCustomClassesCount()
A list of inline CustomClasses.List<CustomClass>
getCustomClassesList()
A list of inline CustomClasses.CustomClassOrBuilder
getCustomClassesOrBuilder(int index)
A list of inline CustomClasses.List<? extends CustomClassOrBuilder>
getCustomClassesOrBuilderList()
A list of inline CustomClasses.SpeechAdaptation.AdaptationPhraseSet
getPhraseSets(int index)
A list of inline or referenced PhraseSets.int
getPhraseSetsCount()
A list of inline or referenced PhraseSets.List<SpeechAdaptation.AdaptationPhraseSet>
getPhraseSetsList()
A list of inline or referenced PhraseSets.SpeechAdaptation.AdaptationPhraseSetOrBuilder
getPhraseSetsOrBuilder(int index)
A list of inline or referenced PhraseSets.List<? extends SpeechAdaptation.AdaptationPhraseSetOrBuilder>
getPhraseSetsOrBuilderList()
A list of inline or referenced PhraseSets.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPhraseSetsList
List<SpeechAdaptation.AdaptationPhraseSet> getPhraseSetsList()
A list of inline or referenced PhraseSets.
repeated .google.cloud.speech.v2.SpeechAdaptation.AdaptationPhraseSet phrase_sets = 1;
-
getPhraseSets
SpeechAdaptation.AdaptationPhraseSet getPhraseSets(int index)
A list of inline or referenced PhraseSets.
repeated .google.cloud.speech.v2.SpeechAdaptation.AdaptationPhraseSet phrase_sets = 1;
-
getPhraseSetsCount
int getPhraseSetsCount()
A list of inline or referenced PhraseSets.
repeated .google.cloud.speech.v2.SpeechAdaptation.AdaptationPhraseSet phrase_sets = 1;
-
getPhraseSetsOrBuilderList
List<? extends SpeechAdaptation.AdaptationPhraseSetOrBuilder> getPhraseSetsOrBuilderList()
A list of inline or referenced PhraseSets.
repeated .google.cloud.speech.v2.SpeechAdaptation.AdaptationPhraseSet phrase_sets = 1;
-
getPhraseSetsOrBuilder
SpeechAdaptation.AdaptationPhraseSetOrBuilder getPhraseSetsOrBuilder(int index)
A list of inline or referenced PhraseSets.
repeated .google.cloud.speech.v2.SpeechAdaptation.AdaptationPhraseSet phrase_sets = 1;
-
getCustomClassesList
List<CustomClass> getCustomClassesList()
A list of inline CustomClasses. Existing CustomClass resources can be referenced directly in a PhraseSet.
repeated .google.cloud.speech.v2.CustomClass custom_classes = 2;
-
getCustomClasses
CustomClass getCustomClasses(int index)
A list of inline CustomClasses. Existing CustomClass resources can be referenced directly in a PhraseSet.
repeated .google.cloud.speech.v2.CustomClass custom_classes = 2;
-
getCustomClassesCount
int getCustomClassesCount()
A list of inline CustomClasses. Existing CustomClass resources can be referenced directly in a PhraseSet.
repeated .google.cloud.speech.v2.CustomClass custom_classes = 2;
-
getCustomClassesOrBuilderList
List<? extends CustomClassOrBuilder> getCustomClassesOrBuilderList()
A list of inline CustomClasses. Existing CustomClass resources can be referenced directly in a PhraseSet.
repeated .google.cloud.speech.v2.CustomClass custom_classes = 2;
-
getCustomClassesOrBuilder
CustomClassOrBuilder getCustomClassesOrBuilder(int index)
A list of inline CustomClasses. Existing CustomClass resources can be referenced directly in a PhraseSet.
repeated .google.cloud.speech.v2.CustomClass custom_classes = 2;
-
-