PronunciationAssessmentConfig.FromJson(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of the PronunciationAssessmentConfig from JSON-formatted text.
public static Microsoft.CognitiveServices.Speech.PronunciationAssessment.PronunciationAssessmentConfig FromJson (string json);
static member FromJson : string -> Microsoft.CognitiveServices.Speech.PronunciationAssessment.PronunciationAssessmentConfig
Public Shared Function FromJson (json As String) As PronunciationAssessmentConfig
Parameters
- json
- String
The JSON-formatted string containing the pronunciation assessment parameters.
Returns
A new PronunciationAssessmentConfig instance.
Remarks
You can use JSON-formatted text rather than constructor parameters to configure the pronunciation assessment.
See also: Pronunciation assessment parameters
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET