Uses of Class
ai.rev.speechtotext.models.asynchronous.RevAiFailureType
-
Packages that use RevAiFailureType Package Description ai.rev.languageid.models ai.rev.sentimentanalysis.models ai.rev.speechtotext.models.asynchronous ai.rev.topicextraction.models -
-
Uses of RevAiFailureType in ai.rev.languageid.models
Methods in ai.rev.languageid.models that return RevAiFailureType Modifier and Type Method Description RevAiFailureTypeLanguageIdJob. getFailure()Returns theRevAiFailureTypeenumeration value.Methods in ai.rev.languageid.models with parameters of type RevAiFailureType Modifier and Type Method Description voidLanguageIdJob. setFailure(RevAiFailureType failure)Sets the failure to the providedRevAiFailureTypeenumeration. -
Uses of RevAiFailureType in ai.rev.sentimentanalysis.models
Methods in ai.rev.sentimentanalysis.models that return RevAiFailureType Modifier and Type Method Description RevAiFailureTypeSentimentAnalysisJob. getFailure()Returns theRevAiFailureTypeenumeration value.Methods in ai.rev.sentimentanalysis.models with parameters of type RevAiFailureType Modifier and Type Method Description voidSentimentAnalysisJob. setFailure(RevAiFailureType failure)Sets the failure to the providedRevAiFailureTypeenumeration. -
Uses of RevAiFailureType in ai.rev.speechtotext.models.asynchronous
Methods in ai.rev.speechtotext.models.asynchronous that return RevAiFailureType Modifier and Type Method Description RevAiFailureTypeRevAiJob. getFailure()Returns theRevAiFailureTypeenumeration value.static RevAiFailureTypeRevAiFailureType. valueOf(String name)Returns the enum constant of this type with the specified name.static RevAiFailureType[]RevAiFailureType. 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 RevAiFailureType Modifier and Type Method Description voidRevAiJob. setFailure(RevAiFailureType failure)Sets the failure to the providedRevAiFailureTypeenumeration. -
Uses of RevAiFailureType in ai.rev.topicextraction.models
Methods in ai.rev.topicextraction.models that return RevAiFailureType Modifier and Type Method Description RevAiFailureTypeTopicExtractionJob. getFailure()Returns theRevAiFailureTypeenumeration value.Methods in ai.rev.topicextraction.models with parameters of type RevAiFailureType Modifier and Type Method Description voidTopicExtractionJob. setFailure(RevAiFailureType failure)Sets the failure to the providedRevAiFailureTypeenumeration.
-