VoiceCollection

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

Bases: object

Results of the voices available as speaker Ids for given language code and voice type combination.

Methods

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

Attributes

items [Required] Gets the items of this VoiceCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.ai_speech.models.VoiceSummary]) – The value to assign to the items property of this VoiceCollection.
items

[Required] Gets the items of this VoiceCollection. List of Voices available for user to select from.

Returns:The items of this VoiceCollection.
Return type:list[oci.ai_speech.models.VoiceSummary]