Show / Hide Table of Contents

Class VoiceCollection

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

Inheritance
object
VoiceCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class VoiceCollection

Properties

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

In this article
Back to top