TranscriptionSettings

class oci.ai_speech.models.TranscriptionSettings(**kwargs)

Bases: object

Processes to perform on the generated transcription.

Methods

__init__(**kwargs) Initializes a new TranscriptionSettings object with values from keyword arguments.

Attributes

additional_settings Gets the additional_settings of this TranscriptionSettings.
diarization Gets the diarization of this TranscriptionSettings.
__init__(**kwargs)

Initializes a new TranscriptionSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • diarization (oci.ai_speech.models.Diarization) – The value to assign to the diarization property of this TranscriptionSettings.
  • additional_settings (dict(str, str)) – The value to assign to the additional_settings property of this TranscriptionSettings.
additional_settings

Gets the additional_settings of this TranscriptionSettings. Simple key-value pair for setting model specific properties. For more details, refer the documentation.

Returns:The additional_settings of this TranscriptionSettings.
Return type:dict(str, str)
diarization

Gets the diarization of this TranscriptionSettings.

Returns:The diarization of this TranscriptionSettings.
Return type:oci.ai_speech.models.Diarization