Search Results for

    Show / Hide Table of Contents

    Class LexiconBuilder

    Inheritance
    object
    LexiconBuilder
    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.Polly
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public static class LexiconBuilder

    Methods

    | Edit this page View Source

    Build(string, string, IEnumerable<Lexeme>)

    Declaration
    public static string Build(string language = "en-US", string alphabet = "ipa", IEnumerable<Lexeme> lexemes = null)
    Parameters
    Type Name Description
    string language
    string alphabet
    IEnumerable<Lexeme> lexemes
    Returns
    Type Description
    string
    | Edit this page View Source

    ToDto(LexiconCreationRequest)

    Declaration
    public static LexiconCreationRequestDto ToDto(this LexiconCreationRequest request)
    Parameters
    Type Name Description
    LexiconCreationRequest request
    Returns
    Type Description
    LexiconCreationRequestDto
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation