Class TranscriptionSettings
Processes to perform on the generated transcription.
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class TranscriptionSettingsProperties
AdditionalSettings
Declaration
[JsonProperty(PropertyName = "additionalSettings")]
public Dictionary<string, string> AdditionalSettings { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, string> | Simple key-value pair for setting model specific properties. For more details, refer the documentation. | 
Diarization
Declaration
[JsonProperty(PropertyName = "diarization")]
public Diarization Diarization { get; set; }Property Value
| Type | Description | 
|---|---|
| Diarization |