AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class SerializedContent<T>

    Inheritance
    object
    SerializedContent<T>
    SerializedAudioContent
    SerializedFileContent
    SerializedImageContent
    SerializedTextContent
    SerializedVideoContent
    Implements
    ISerializedContent
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    [Serializable]
    public abstract class SerializedContent<T> : ISerializedContent
    Type Parameters
    Name Description
    T

    Fields

    content

    Declaration
    protected T content
    Field Value
    Type Description
    T

    purpose

    Declaration
    protected string purpose
    Field Value
    Type Description
    string

    Properties

    IsNull

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

    Purpose

    Declaration
    public string Purpose { get; }
    Property Value
    Type Description
    string

    Value

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

    Implements

    ISerializedContent
    In this article
    Back to top Generated by DocFX