Search Results for

    Show / Hide Table of Contents

    Class ModelExtensions

    Inheritance
    object
    ModelExtensions
    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 ModelExtensions

    Methods

    | Edit this page View Source

    EnsureModel(Model, ModelType, Model)

    Declaration
    public static Model EnsureModel(this Model model, ModelType type, Model defaultModel)
    Parameters
    Type Name Description
    Model model
    ModelType type
    Model defaultModel
    Returns
    Type Description
    Model
    | Edit this page View Source

    EnsureModel(Model, ModelType, string)

    Declaration
    public static Model EnsureModel(this Model model, ModelType type, string defaultModelId)
    Parameters
    Type Name Description
    Model model
    ModelType type
    string defaultModelId
    Returns
    Type Description
    Model
    | Edit this page View Source

    EnsureModel(Model, string)

    Declaration
    public static Model EnsureModel(this Model model, string defaultModelId)
    Parameters
    Type Name Description
    Model model
    string defaultModelId
    Returns
    Type Description
    Model
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation