AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Description of the voice.

Inheritance Hierarchy

System.Object
  Amazon.Polly.Model.Voice

Namespace: Amazon.Polly.Model
Assembly: AWSSDK.Polly.dll
Version: 3.x.y.z

Syntax

C#
public class Voice

The Voice type exposes the following members

Constructors

NameDescription
Public Method Voice()

Properties

NameTypeDescription
Public Property AdditionalLanguageCodes System.Collections.Generic.List<System.String>

Gets and sets the property AdditionalLanguageCodes.

Additional codes for languages available for the specified voice in addition to its default language.

For example, the default language for Aditi is Indian English (en-IN) because it was first used for that language. Since Aditi is bilingual and fluent in both Indian English and Hindi, this parameter would show the code hi-IN.

Public Property Gender Amazon.Polly.Gender

Gets and sets the property Gender.

Gender of the voice.

Public Property Id Amazon.Polly.VoiceId

Gets and sets the property Id.

Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.

Public Property LanguageCode Amazon.Polly.LanguageCode

Gets and sets the property LanguageCode.

Language code of the voice.

Public Property LanguageName System.String

Gets and sets the property LanguageName.

Human readable name of the language in English.

Public Property Name System.String

Gets and sets the property Name.

Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.

Public Property SupportedEngines System.Collections.Generic.List<System.String>

Gets and sets the property SupportedEngines.

Specifies which engines (standard, neural or long-form) are supported by a given voice.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5