Uses of Class
ai.rev.speechtotext.models.asynchronous.SummarizationModel
-
Packages that use SummarizationModel Package Description ai.rev.speechtotext.models.asynchronous -
-
Uses of SummarizationModel in ai.rev.speechtotext.models.asynchronous
Methods in ai.rev.speechtotext.models.asynchronous that return SummarizationModel Modifier and Type Method Description SummarizationModelSummarizationOptions. getModel()Returns backend model used for the summarization job.static SummarizationModelSummarizationModel. valueOf(String name)Returns the enum constant of this type with the specified name.static SummarizationModel[]SummarizationModel. 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 SummarizationModel Modifier and Type Method Description SummarizationOptionsSummarizationOptions. setModel(SummarizationModel model)Sets backend model used for the summarization job.
-