Uses of Class
ai.rev.speechtotext.models.vocabulary.CustomVocabulary
-
Packages that use CustomVocabulary Package Description ai.rev.speechtotext.models.asynchronous ai.rev.speechtotext.models.vocabulary -
-
Uses of CustomVocabulary in ai.rev.speechtotext.models.asynchronous
Methods in ai.rev.speechtotext.models.asynchronous that return types with arguments of type CustomVocabulary Modifier and Type Method Description List<CustomVocabulary>RevAiJobOptions. getCustomVocabularies()Returns a list ofCustomVocabularyobjects.Method parameters in ai.rev.speechtotext.models.asynchronous with type arguments of type CustomVocabulary Modifier and Type Method Description voidRevAiJobOptions. setCustomVocabularies(List<CustomVocabulary> customVocabularies)Provides the custom vocabularies to be used by the speech engine when processing the transcript. -
Uses of CustomVocabulary in ai.rev.speechtotext.models.vocabulary
Methods in ai.rev.speechtotext.models.vocabulary that return types with arguments of type CustomVocabulary Modifier and Type Method Description List<CustomVocabulary>CustomVocabularySubmission. getCustomVocabularies()Returns a list ofCustomVocabularyobjects.Method parameters in ai.rev.speechtotext.models.vocabulary with type arguments of type CustomVocabulary Modifier and Type Method Description voidCustomVocabularySubmission. setCustomVocabularies(List<CustomVocabulary> customVocabularies)Provides the custom vocabularies to be used by the speech engine when processing the stream.
-