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