Uses of Class
ai.rev.speechtotext.models.asynchronous.RevAiFailureType
-
Packages that use RevAiFailureType Package Description ai.rev.speechtotext.models.asynchronous -
-
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.
-