Uses of Class
ai.rev.speechtotext.models.asynchronous.TranslationModel
-
Packages that use TranslationModel Package Description ai.rev.speechtotext.models.asynchronous -
-
Uses of TranslationModel in ai.rev.speechtotext.models.asynchronous
Methods in ai.rev.speechtotext.models.asynchronous that return TranslationModel Modifier and Type Method Description TranslationModelSummarization. getModel()Returns backend model used for the summarization job.TranslationModelTranslationLanguage. getModel()Returns backend model used for the summarization job.TranslationModelTranslationLanguageOptions. getModel()Returns backend model used for the summarization job.static TranslationModelTranslationModel. valueOf(String name)Returns the enum constant of this type with the specified name.static TranslationModel[]TranslationModel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.rev.speechtotext.models.asynchronous with parameters of type TranslationModel Modifier and Type Method Description TranslationLanguageOptionsTranslationLanguageOptions. setModel(TranslationModel model)Sets backend model to use for the summarization job.
-