PronunciationAssessmentConfig class
Konfiguracja oceny wymowy.
Konstruktory
Pronunciation |
WymowaAssessmentConfig, konstruktor. |
Właściwości
enable |
Pobiera właściwość boolean enableMiscue. Dodano w wersji 1.26.0 |
enable |
Włącza ocenę prosody. Dodano w wersji 1.34.0 |
nbest |
Ustawia liczbę nbest phoneme dodane w wersji 1.20.0 |
phoneme |
Ustawia alfabet phoneme. Prawidłowe wartości to "SAPI" (wartość domyślna) i "IPA". Dodano w wersji 1.20.0 |
properties | |
reference |
Pobiera tekst referencyjny. |
Metody
apply |
|
enable |
Włącza ocenę zawartości i ustawia temat. Dodano w wersji 1.34.0 |
fromJSON(string) | |
toJSON() |
Szczegóły konstruktora
PronunciationAssessmentConfig(string, PronunciationAssessmentGradingSystem, PronunciationAssessmentGranularity, boolean)
WymowaAssessmentConfig, konstruktor.
new PronunciationAssessmentConfig(referenceText: string, gradingSystem?: PronunciationAssessmentGradingSystem, granularity?: PronunciationAssessmentGranularity, enableMiscue?: boolean)
Parametry
- referenceText
-
string
- gradingSystem
- PronunciationAssessmentGradingSystem
- granularity
- PronunciationAssessmentGranularity
- enableMiscue
-
boolean
Szczegóły właściwości
enableMiscue
Pobiera właściwość boolean enableMiscue. Dodano w wersji 1.26.0
boolean enableMiscue
Wartość właściwości
boolean
enableMiscue — włącz błąd.
enableProsodyAssessment
Włącza ocenę prosody. Dodano w wersji 1.34.0
void enableProsodyAssessment
Wartość właściwości
void
nbestPhonemeCount
Ustawia liczbę nbest phoneme dodane w wersji 1.20.0
void nbestPhonemeCount
Wartość właściwości
void
phonemeAlphabet
Ustawia alfabet phoneme. Prawidłowe wartości to "SAPI" (wartość domyślna) i "IPA". Dodano w wersji 1.20.0
void phonemeAlphabet
Wartość właściwości
void
properties
referenceText
Pobiera tekst referencyjny.
string referenceText
Wartość właściwości
string
Tekst odwołania.
Szczegóły metody
applyTo(Recognizer)
enableContentAssessmentWithTopic(string)
Włącza ocenę zawartości i ustawia temat. Dodano w wersji 1.34.0
function enableContentAssessmentWithTopic(topic: string)
Parametry
- topic
-
string
Temat oceny zawartości.
fromJSON(string)
static function fromJSON(json: string): PronunciationAssessmentConfig
Parametry
- json
-
string
Ciąg json zawierający parametry oceny wymowy.
Zwraca
Wystąpienie wymowyAssessmentConfig
toJSON()
function toJSON(): string
Zwraca
string