Search Results for

    Show / Hide Table of Contents

    Class AmazonPollyOptions

    Inheritance
    object
    AmazonPollyOptions
    Implements
    IAudioRequestOptions
    IProviderRequestOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class AmazonPollyOptions : IAudioRequestOptions, IProviderRequestOptions

    Properties

    | Edit this page View Source

    Engine

    Optional. Specifies the engine (standard, neural, long-form, or generative) for Amazon Polly to use when processing input text for speech synthesis.

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

    LexiconNames

    Optional. List of one or more pronunciation lexicon names you want the service to apply during synthesis.

    Declaration
    public List<string> LexiconNames { get; set; }
    Property Value
    Type Description
    List<string>
    | Edit this page View Source

    SpeechMarkTypes

    Optional. The type of speech marks returned for the input text.

    Declaration
    public List<string> SpeechMarkTypes { get; set; }
    Property Value
    Type Description
    List<string>

    Implements

    IAudioRequestOptions
    IProviderRequestOptions

    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)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation