TranscriptionNormalization¶
-
class
oci.ai_speech.models.
TranscriptionNormalization
(**kwargs)¶ Bases:
object
Information to Normalize generated transcript.
Methods
__init__
(**kwargs)Initializes a new TranscriptionNormalization object with values from keyword arguments. Attributes
filters
Gets the filters of this TranscriptionNormalization. is_punctuation_enabled
Gets the is_punctuation_enabled of this TranscriptionNormalization. -
__init__
(**kwargs)¶ Initializes a new TranscriptionNormalization object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - is_punctuation_enabled (bool) – The value to assign to the is_punctuation_enabled property of this TranscriptionNormalization.
- filters (list[oci.ai_speech.models.TranscriptionFilter]) – The value to assign to the filters property of this TranscriptionNormalization.
-
filters
¶ Gets the filters of this TranscriptionNormalization. List of filters.
Returns: The filters of this TranscriptionNormalization. Return type: list[oci.ai_speech.models.TranscriptionFilter]
-
is_punctuation_enabled
¶ Gets the is_punctuation_enabled of this TranscriptionNormalization. Whether to add punctuation in the generated transcription. Enabled by default.
Returns: The is_punctuation_enabled of this TranscriptionNormalization. Return type: bool
-