Table of Contents

Class FastTranscriptionRequest.DiarizationConfig

public class FastTranscriptionRequest.DiarizationConfig
Inheritance
object
FastTranscriptionRequest.DiarizationConfig

Properties

Enabled

Whether diarization is enabled.

public bool Enabled { get; set; }

Property Value

bool

MaxSpeakers

The maximum number of speakers to identify. Must be between 2 and 10.

public int MaxSpeakers { get; set; }

Property Value

int