Class Diarization
Speaker diarization is a combination of speaker segmentation and speaker clustering. Provide diarization details to enable this feature.
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class DiarizationProperties
IsDiarizationEnabled
Declaration
[JsonProperty(PropertyName = "isDiarizationEnabled")]
public bool? IsDiarizationEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Set true to enable Speaker diarization and tag transcription with speaker tags. By default this is disabled. | 
NumberOfSpeakers
Declaration
[JsonProperty(PropertyName = "numberOfSpeakers")]
public int? NumberOfSpeakers { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Number of speakers in the audio provided. By default service will auto detect all speakers in audio file |