Search Results for

    Show / Hide Table of Contents

    Class TextContentData

    Inheritance
    object
    TextContentData
    Implements
    IContentData
    IBase64Source
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public sealed class TextContentData : IContentData, IBase64Source

    Properties

    | Edit this page View Source

    Annotations

    Declaration
    public Annotation[] Annotations { get; set; }
    Property Value
    Type Description
    Annotation[]
    | Edit this page View Source

    Value

    The text value.

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

    Methods

    | Edit this page View Source

    GetBase64String()

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

    IsBase64()

    Declaration
    public bool IsBase64()
    Returns
    Type Description
    bool
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Operators

    | Edit this page View Source

    implicit operator string(TextContentData)

    Declaration
    public static implicit operator string(TextContentData data)
    Parameters
    Type Name Description
    TextContentData data
    Returns
    Type Description
    string
    | Edit this page View Source

    implicit operator TextContentData(string)

    Declaration
    public static implicit operator TextContentData(string text)
    Parameters
    Type Name Description
    string text
    Returns
    Type Description
    TextContentData

    Implements

    IContentData
    IBase64Source

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation