Uses of Class
ai.rev.speechtotext.models.asynchronous.RevAiJobStatus
-
Packages that use RevAiJobStatus Package Description ai.rev.speechtotext.models.asynchronous -
-
Uses of RevAiJobStatus in ai.rev.speechtotext.models.asynchronous
Methods in ai.rev.speechtotext.models.asynchronous that return RevAiJobStatus Modifier and Type Method Description RevAiJobStatusRevAiJob. getJobStatus()Returns theRevAiJobStatusenumeration value.static RevAiJobStatusRevAiJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RevAiJobStatus[]RevAiJobStatus. 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 RevAiJobStatus Modifier and Type Method Description voidRevAiJob. setJobStatus(RevAiJobStatus jobStatus)Sets the job status to the providedRevAiJobStatusenumeration value.
-