Udostępnij za pośrednictwem


PronunciationAssessmentConfig class

Konfiguracja oceny wymowy.

Konstruktory

PronunciationAssessmentConfig(string, PronunciationAssessmentGradingSystem, PronunciationAssessmentGranularity, boolean)

WymowaAssessmentConfig, konstruktor.

Właściwości

enableMiscue

Pobiera właściwość boolean enableMiscue. Dodano w wersji 1.26.0

enableProsodyAssessment

Włącza ocenę prosody. Dodano w wersji 1.34.0

nbestPhonemeCount

Ustawia liczbę nbest phoneme dodane w wersji 1.20.0

phonemeAlphabet

Ustawia alfabet phoneme. Prawidłowe wartości to "SAPI" (wartość domyślna) i "IPA". Dodano w wersji 1.20.0

properties
referenceText

Pobiera tekst referencyjny.

Metody

applyTo(Recognizer)
enableContentAssessmentWithTopic(string)

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

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

PropertyCollection properties

Wartość właściwości

Właściwości konfiguracji.

referenceText

Pobiera tekst referencyjny.

string referenceText

Wartość właściwości

string

Tekst odwołania.

Szczegóły metody

applyTo(Recognizer)

function applyTo(recognizer: Recognizer)

Parametry

recognizer
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