Uses of Class
ai.rev.speechtotext.models.vocabulary.CustomVocabularyStatus
-
Packages that use CustomVocabularyStatus Package Description ai.rev.speechtotext.models.vocabulary -
-
Uses of CustomVocabularyStatus in ai.rev.speechtotext.models.vocabulary
Methods in ai.rev.speechtotext.models.vocabulary that return CustomVocabularyStatus Modifier and Type Method Description CustomVocabularyStatusCustomVocabularyInformation. getStatus()Returns theCustomVocabularyStatusenumeration value.static CustomVocabularyStatusCustomVocabularyStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomVocabularyStatus[]CustomVocabularyStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.rev.speechtotext.models.vocabulary with parameters of type CustomVocabularyStatus Modifier and Type Method Description voidCustomVocabularyInformation. setStatus(CustomVocabularyStatus status)Sets the status to the providedCustomVocabularyStatusenumeration value.
-