

You need to create a new webhook endpoint via V3.1 API in order to receive notifications for V3.1 transcription requests. If you use webhook to receive notifications about transcription status, please note that the webhooks created via V3.0 API cannot receive notifications for V3.1 transcription requests. You can filter by displayName, description, createdDateTime, lastActionDateTime, status, and locale. The filter expression can be used to select a subset of the available resources. The filter property is added to the Transcriptions_List, Transcriptions_ListFiles, and Projects_ListTranscriptions operations. The returned transcription will include a new locale property for the recognized language or the locale that you provided. Up to 10 candidate locales are supported for language identification. The languageIdentification property can be used specify settings for language identification on the input prior to transcription.

To use this property you must also set the diarizationEnabled property to true. With this feature, the service is now able to generate speaker labels for more than two speakers. The diarization property can be used to specify hints for the minimum and maximum number of speaker labels to generate when performing optional diarization (speaker separation).

The results are returned in the displayWords property of the transcription file.
