Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TranscriptionDiarizationOptions Class
Definition
- Namespace:
- Azure.AI.Speech.Transcription
- Assembly:
- Azure.AI.Speech.Transcription.dll
- Package:
- Azure.AI.Speech.Transcription v1.0.0
- Package:
- Azure.AI.Speech.Transcription v1.0.0-beta.2
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.
The Speaker Diarization settings. Diarization settings must be specified to enable speaker diarization.
public class TranscriptionDiarizationOptions : System.ClientModel.Primitives.IJsonModel<Azure.AI.Speech.Transcription.TranscriptionDiarizationOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Speech.Transcription.TranscriptionDiarizationOptions>
type TranscriptionDiarizationOptions = class
interface IJsonModel<TranscriptionDiarizationOptions>
interface IPersistableModel<TranscriptionDiarizationOptions>
Public Class TranscriptionDiarizationOptions
Implements IJsonModel(Of TranscriptionDiarizationOptions), IPersistableModel(Of TranscriptionDiarizationOptions)
- Inheritance
-
TranscriptionDiarizationOptions
- Implements
Constructors
| Name | Description |
|---|---|
| TranscriptionDiarizationOptions() |
Initializes a new instance of TranscriptionDiarizationOptions. |
Properties
| Name | Description |
|---|---|
| Enabled |
Enable speaker diarization. This is automatically set to true when maxSpeakers is specified. |
| MaxSpeakers |
Gets or sets a hint for the maximum number of speakers for diarization. Must be greater than 1 and less than 36. |
Methods
| Name | Description |
|---|---|
| JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions) | |
| PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions) | |
| PersistableModelWriteCore(ModelReaderWriterOptions) | |
Explicit Interface Implementations
Applies to
Azure SDK for .NET
Feedback
Was this page helpful?
