Uses of Class
ai.rev.speechtotext.models.asynchronous.TranslationJobStatus
-
Packages that use TranslationJobStatus Package Description ai.rev.speechtotext.models.asynchronous -
-
Uses of TranslationJobStatus in ai.rev.speechtotext.models.asynchronous
Methods in ai.rev.speechtotext.models.asynchronous that return TranslationJobStatus Modifier and Type Method Description TranslationJobStatusTranslationLanguage. getJobStatus()Returns theTranslationJobStatusenumeration value.static TranslationJobStatusTranslationJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TranslationJobStatus[]TranslationJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-