AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ModelFilter

    Inheritance
    object
    ModelFilter
    Implements
    IEquatable<ModelFilter>
    IAIDevKitAssetFilter<Model>
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class ModelFilter : IEquatable<ModelFilter>, IAIDevKitAssetFilter<Model>

    Properties

    Api

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

    Feature

    Declaration
    public ModelFeature? Feature { get; set; }
    Property Value
    Type Description
    ModelFeature?

    IsEmpty

    Declaration
    public bool IsEmpty { get; }
    Property Value
    Type Description
    bool

    Methods

    EMB(Api)

    Declaration
    public static ModelFilter EMB(Api api = Api.All)
    Parameters
    Type Name Description
    Api api
    Returns
    Type Description
    ModelFilter

    Equals(ModelFilter)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(ModelFilter other)
    Parameters
    Type Name Description
    ModelFilter other

    An object to compare with this object.

    Returns
    Type Description
    bool

    true if the current object is equal to the other parameter; otherwise, false.

    Equals(object)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with the current object.

    Returns
    Type Description
    bool

    true if the specified object is equal to the current object; otherwise, false.

    Overrides
    object.Equals(object)

    GetHashCode()

    Serves as the default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    object.GetHashCode()

    IMG(Api)

    Declaration
    public static ModelFilter IMG(Api api = Api.All)
    Parameters
    Type Name Description
    Api api
    Returns
    Type Description
    ModelFilter

    LLM(Api)

    Declaration
    public static ModelFilter LLM(Api api = Api.All)
    Parameters
    Type Name Description
    Api api
    Returns
    Type Description
    ModelFilter

    MOD(Api)

    Declaration
    public static ModelFilter MOD(Api api = Api.All)
    Parameters
    Type Name Description
    Api api
    Returns
    Type Description
    ModelFilter

    Matches(Model)

    Declaration
    public bool Matches(Model data)
    Parameters
    Type Name Description
    Model data
    Returns
    Type Description
    bool

    RTM(Api)

    Declaration
    public static ModelFilter RTM(Api api = Api.All)
    Parameters
    Type Name Description
    Api api
    Returns
    Type Description
    ModelFilter

    SFX(Api)

    Declaration
    public static ModelFilter SFX(Api api = Api.All)
    Parameters
    Type Name Description
    Api api
    Returns
    Type Description
    ModelFilter

    STT(Api)

    Declaration
    public static ModelFilter STT(Api api = Api.All)
    Parameters
    Type Name Description
    Api api
    Returns
    Type Description
    ModelFilter

    TTS(Api)

    Declaration
    public static ModelFilter TTS(Api api = Api.All)
    Parameters
    Type Name Description
    Api api
    Returns
    Type Description
    ModelFilter

    VCM(Api)

    Declaration
    public static ModelFilter VCM(Api api = Api.All)
    Parameters
    Type Name Description
    Api api
    Returns
    Type Description
    ModelFilter

    VID(Api)

    Declaration
    public static ModelFilter VID(Api api = Api.All)
    Parameters
    Type Name Description
    Api api
    Returns
    Type Description
    ModelFilter

    Implements

    System.IEquatable<T>
    IAIDevKitAssetFilter<T>
    In this article
    Back to top Generated by DocFX