Uses of Class
ai.rev.speechtotext.models.vocabulary.CustomVocabularyInformation
-
Packages that use CustomVocabularyInformation Package Description ai.rev.speechtotext -
-
Uses of CustomVocabularyInformation in ai.rev.speechtotext
Methods in ai.rev.speechtotext that return CustomVocabularyInformation Modifier and Type Method Description CustomVocabularyInformationCustomVocabulariesClient. getCustomVocabularyInformation(String id)This method sends a GET request to the /vocabularies/{id} endpoint and returns aCustomVocabularyInformationobject.CustomVocabularyInformationCustomVocabulariesClient. submitCustomVocabularies(CustomVocabularySubmission submission)This method makes a POST request to the /vocabularies endpoint and returns aCustomVocabularyInformationobject that provides details about the custom vocabulary submission and its progress.Methods in ai.rev.speechtotext that return types with arguments of type CustomVocabularyInformation Modifier and Type Method Description retrofit2.Call<CustomVocabularyInformation>CustomVocabularyApiInterface. getCustomVocabularyInformation(String jobId)List<CustomVocabularyInformation>CustomVocabulariesClient. getListOfCustomVocabularyInformation()This method sends a GET request to the /vocabularies endpoint and returns a list ofCustomVocabularyInformationobjects.retrofit2.Call<List<CustomVocabularyInformation>>CustomVocabularyApiInterface. getListOfCustomVocabularyInformation()retrofit2.Call<CustomVocabularyInformation>CustomVocabularyApiInterface. submitCustomVocabularies(CustomVocabularySubmission options)
-