Search Results for

    Show / Hide Table of Contents

    Class VoicePolicy

    Inheritance
    object
    VoicePolicy
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public static class VoicePolicy

    Methods

    | Edit this page View Source

    EnsureVoiceId(string, bool)

    Declaration
    public static string EnsureVoiceId(string currentId, bool allowNull = true)
    Parameters
    Type Name Description
    string currentId
    bool allowNull
    Returns
    Type Description
    string
    | Edit this page View Source

    GetDefaultVoice()

    Declaration
    public static string GetDefaultVoice()
    Returns
    Type Description
    string
    | Edit this page View Source

    IsDefaultVoice(string)

    Declaration
    public static bool IsDefaultVoice(string id)
    Parameters
    Type Name Description
    string id
    Returns
    Type Description
    bool
    | Edit this page View Source

    TryGetDefaultOrFallback(Api, out Voice)

    Declaration
    public static bool TryGetDefaultOrFallback(Api api, out Voice voice)
    Parameters
    Type Name Description
    Api api
    Voice voice
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation