Class VoiceCollection
Results of the voices available as speaker Ids for given language code and voice type combination.
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class VoiceCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<VoiceSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<VoiceSummary> | List of Voices available for user to select from. | 
Remarks
Required