Class TranscriptionNormalization
Information to Normalize generated transcript.
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class TranscriptionNormalizationProperties
Filters
Declaration
[JsonProperty(PropertyName = "filters")]
public List<TranscriptionFilter> Filters { get; set; }Property Value
| Type | Description | 
|---|---|
| List<TranscriptionFilter> | List of filters. | 
IsPunctuationEnabled
Declaration
[JsonProperty(PropertyName = "isPunctuationEnabled")]
public bool? IsPunctuationEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Whether to add punctuation in the generated transcription. Enabled by default. |