Search Results for

    Show / Hide Table of Contents

    Class PollyVoiceQuery

    Inheritance
    object
    PollyQuery
    PollyVoiceQuery
    Implements
    IQuery
    IRequestParameterProvider
    Inherited Members
    PollyQuery.NextToken
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws.Polly
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class PollyVoiceQuery : PollyQuery, IQuery, IRequestParameterProvider

    Properties

    | Edit this page View Source

    Engine

    Optional. Specifies the engine (standard, neural, long-form or generative) used by Amazon Polly when processing input text for speech synthesis. Valid Values: standard | neural | long-form | generative

    Declaration
    public PollyVoiceEngine? Engine { get; set; }
    Property Value
    Type Description
    PollyVoiceEngine?
    | Edit this page View Source

    IncludeAdditionalLanguageCodes

    Optional. Boolean value indicating whether to return any bilingual voices that use the specified language as an additional language.

    Declaration
    public bool? IncludeAdditionalLanguageCodes { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Locale

    Optional. The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned.

    Declaration
    public Locale Locale { get; set; }
    Property Value
    Type Description
    Locale

    Methods

    | Edit this page View Source

    GetRequestParameters()

    Declaration
    public override IEnumerable<RequestParameter> GetRequestParameters()
    Returns
    Type Description
    IEnumerable<RequestParameter>
    Overrides
    PollyQuery.GetRequestParameters()

    Implements

    IQuery
    IRequestParameterProvider

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    ResponseCastingExtensions.ToParams(IRequestParameterProvider)
    ResponseCastingExtensions.ToParams(IRequestParameterProvider, params RequestParameter[])
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation