Uses of Class
com.microsoft.cognitiveservices.speech.PronunciationAssessmentGranularity
-
Packages that use PronunciationAssessmentGranularity Package Description com.microsoft.cognitiveservices.speech -
-
Uses of PronunciationAssessmentGranularity in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return PronunciationAssessmentGranularity Modifier and Type Method Description static PronunciationAssessmentGranularityPronunciationAssessmentGranularity. valueOf(String name)Returns the enum constant of this type with the specified name.static PronunciationAssessmentGranularity[]PronunciationAssessmentGranularity. 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 PronunciationAssessmentGranularity 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
-