Uses of Class
ai.rev.speechtotext.models.asynchronous.RevAiJobType
-
Packages that use RevAiJobType Package Description ai.rev.languageid.models ai.rev.sentimentanalysis.models ai.rev.speechtotext.models.asynchronous ai.rev.topicextraction.models -
-
Uses of RevAiJobType in ai.rev.languageid.models
Methods in ai.rev.languageid.models that return RevAiJobType Modifier and Type Method Description RevAiJobTypeLanguageIdJob. getType()Returns theRevAiJobTypeenumeration value.Methods in ai.rev.languageid.models with parameters of type RevAiJobType Modifier and Type Method Description voidLanguageIdJob. setType(RevAiJobType type)Sets the job type to the providedRevAiJobTypeenumeration. -
Uses of RevAiJobType in ai.rev.sentimentanalysis.models
Methods in ai.rev.sentimentanalysis.models that return RevAiJobType Modifier and Type Method Description RevAiJobTypeSentimentAnalysisJob. getType()Returns theRevAiJobTypeenumeration value.Methods in ai.rev.sentimentanalysis.models with parameters of type RevAiJobType Modifier and Type Method Description voidSentimentAnalysisJob. setType(RevAiJobType type)Sets the job type to the providedRevAiJobTypeenumeration. -
Uses of RevAiJobType in ai.rev.speechtotext.models.asynchronous
Methods in ai.rev.speechtotext.models.asynchronous that return RevAiJobType Modifier and Type Method Description RevAiJobTypeRevAiJob. getType()Returns theRevAiJobTypeenumeration value.static RevAiJobTypeRevAiJobType. valueOf(String name)Returns the enum constant of this type with the specified name.static RevAiJobType[]RevAiJobType. 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 RevAiJobType Modifier and Type Method Description voidRevAiJob. setType(RevAiJobType type)Sets the job type to the providedRevAiJobTypeenumeration. -
Uses of RevAiJobType in ai.rev.topicextraction.models
Methods in ai.rev.topicextraction.models that return RevAiJobType Modifier and Type Method Description RevAiJobTypeTopicExtractionJob. getType()Returns theRevAiJobTypeenumeration value.Methods in ai.rev.topicextraction.models with parameters of type RevAiJobType Modifier and Type Method Description voidTopicExtractionJob. setType(RevAiJobType type)Sets the job type to the providedRevAiJobTypeenumeration.
-