PronunciationAssessmentConfig Class

Definition

Configures a pronunciation assessment. Added in 1.14.0

public class PronunciationAssessmentConfig
type PronunciationAssessmentConfig = class
Public Class PronunciationAssessmentConfig
Inheritance
PronunciationAssessmentConfig

Remarks

See also: Pronunciation assessment

Constructors

PronunciationAssessmentConfig(String, GradingSystem, Granularity, Boolean)

Creates an instance of the PronunciationAssessmentConfig.

Properties

NBestPhonemeCount

The nbest phoneme count. Added in 1.20.0

PhonemeAlphabet

The phoneme alphabet. Valid values are: "SAPI" (default) and "IPA". Added in 1.20.0

ReferenceText

Contains text used to compare with a pronunciation.

Methods

ApplyTo(Recognizer)

Applies the settings in this config to a recognizer.

EnableContentAssessmentWithTopic(String)

Enables content assessment with the specified topic. Added in 1.33.0

EnableProsodyAssessment()

Enables prosody assessment. Added in 1.33.0

FromJson(String)

Creates an instance of the PronunciationAssessmentConfig from JSON-formatted text.

ToJson()

Gets JSON-formatted string of pronunciation assessment parameters.

Applies to