PronunciationAssessmentGranularity Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. cognitiveservices. speech. PronunciationAssessmentGranularity
- com.
- java.
public enum PronunciationAssessmentGranularity
extends java.lang.Enum<PronunciationAssessmentGranularity>
Defines the pronunciation evaluation granularity; default value is Phoneme. Added in version 1.14.0
Fields
FullText |
Shows the score on the full text level only |
Phoneme |
Shows the score on the full text, word and phoneme level |
Word |
Shows the score on the full text and word level |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
getValue()
public int getValue()
Returns the value of pronunciation assessment granularity
Returns
valueOf(String name)
public static PronunciationAssessmentGranularity valueOf(String name)
Parameters
- name
- java.lang.String
Returns
values()
public static PronunciationAssessmentGranularity[] values()
Returns
Applies to
Azure SDK for Java