Uses of Class
ai.rev.speechtotext.models.CustomVocabulary
-
Packages that use CustomVocabulary Package Description ai.rev.speechtotext.models.asynchronous -
-
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.
-