Uses of Class
ai.rev.speechtotext.models.asynchronous.TranslationLanguageOptions
-
Packages that use TranslationLanguageOptions Package Description ai.rev.speechtotext.models.asynchronous -
-
Uses of TranslationLanguageOptions in ai.rev.speechtotext.models.asynchronous
Methods in ai.rev.speechtotext.models.asynchronous that return TranslationLanguageOptions Modifier and Type Method Description TranslationLanguageOptionsTranslationLanguageOptions. setModel(TranslationModel model)Sets backend model to use for the summarization job.Methods in ai.rev.speechtotext.models.asynchronous that return types with arguments of type TranslationLanguageOptions Modifier and Type Method Description List<TranslationLanguageOptions>TranslationOptions. getTargetLanguages()Returns a list of language specific parametersConstructor parameters in ai.rev.speechtotext.models.asynchronous with type arguments of type TranslationLanguageOptions Constructor Description TranslationOptions(List<TranslationLanguageOptions> targetLanguages)Creates TranslationOptions object.
-