Pronunciation¶
- 
class oci.ai_speech.models.Pronunciation(**kwargs)¶
- Bases: - object- Pronunciation Object Reference - Methods - __init__(**kwargs)- Initializes a new Pronunciation object with values from keyword arguments. - Attributes - audio- Gets the audio of this Pronunciation. - sounds_like- Gets the sounds_like of this Pronunciation. - 
__init__(**kwargs)¶
- Initializes a new Pronunciation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - sounds_like (str) – The value to assign to the sounds_like property of this Pronunciation.
- audio (oci.ai_speech.models.LocationDetails) – The value to assign to the audio property of this Pronunciation.
 
 - 
audio¶
- Gets the audio of this Pronunciation. - Returns: - The audio of this Pronunciation. - Return type: - oci.ai_speech.models.LocationDetails 
 - 
sounds_like¶
- Gets the sounds_like of this Pronunciation. Written phonetic representation of entity value - Returns: - The sounds_like of this Pronunciation. - Return type: - str 
 
-