Uses of Class
ai.rev.speechtotext.models.vocabulary.CustomVocabularyFailureType
-
Packages that use CustomVocabularyFailureType Package Description ai.rev.speechtotext.models.vocabulary -
-
Uses of CustomVocabularyFailureType in ai.rev.speechtotext.models.vocabulary
Methods in ai.rev.speechtotext.models.vocabulary that return CustomVocabularyFailureType Modifier and Type Method Description CustomVocabularyFailureTypeCustomVocabularyInformation. getFailure()Returns theCustomVocabularyFailureTypeenumeration value.static CustomVocabularyFailureTypeCustomVocabularyFailureType. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomVocabularyFailureType[]CustomVocabularyFailureType. 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 CustomVocabularyFailureType Modifier and Type Method Description voidCustomVocabularyInformation. setFailure(CustomVocabularyFailureType failure)Sets the failure details to the provided value.
-