Uses of Class
com.microsoft.cognitiveservices.speech.PronunciationAssessmentGradingSystem
-
Packages that use PronunciationAssessmentGradingSystem Package Description com.microsoft.cognitiveservices.speech -
-
Uses of PronunciationAssessmentGradingSystem in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return PronunciationAssessmentGradingSystem Modifier and Type Method Description static PronunciationAssessmentGradingSystemPronunciationAssessmentGradingSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static PronunciationAssessmentGradingSystem[]PronunciationAssessmentGradingSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.microsoft.cognitiveservices.speech with parameters of type PronunciationAssessmentGradingSystem Constructor Description PronunciationAssessmentConfig(String referenceText, PronunciationAssessmentGradingSystem gradingSystem, PronunciationAssessmentGranularity granularity)Initializes an instance of the PronunciationAssessmentConfig For the parameters details, see https://docs.microsoft.com/azure/cognitive-services/speech-service/rest-speech-to-text#pronunciation-assessment-parametersPronunciationAssessmentConfig(String referenceText, PronunciationAssessmentGradingSystem gradingSystem, PronunciationAssessmentGranularity granularity, boolean enableMiscue)Initializes an instance of the PronunciationAssessmentConfig For the parameters details, see https://docs.microsoft.com/azure/cognitive-services/speech-service/rest-speech-to-text#pronunciation-assessment-parameters
-