AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class Voice

    Inheritance
    object
    ApiAsset
    Voice
    Inherited Members
    ApiAsset.id
    ApiAsset.displayName
    ApiAsset.api
    ApiAsset.deprecated
    ApiAsset.custom
    ApiAsset.locked
    ApiAsset.Id
    ApiAsset.Api
    ApiAsset.IsCustom
    ApiAsset.IsDeprecated
    ApiAsset.ToString()
    ApiAsset.Equals(ApiAsset)
    ApiAsset.Equals(object)
    ApiAsset.GetHashCode()
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class Voice : ApiAsset

    Properties

    Age

    Declaration
    public VoiceAge Age { get; }
    Property Value
    Type Description
    VoiceAge

    Gender

    Declaration
    public Gender Gender { get; }
    Property Value
    Type Description
    Gender

    Language

    Declaration
    public SystemLanguage Language { get; }
    Property Value
    Type Description
    SystemLanguage

    Name

    The name of the voice actor.

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    string
    Overrides
    ApiAsset.Name

    Operators

    implicit operator Voice(string)

    Declaration
    public static implicit operator Voice(string voiceId)
    Parameters
    Type Name Description
    string voiceId
    Returns
    Type Description
    Voice
    In this article
    Back to top Generated by DocFX