AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class TextContentData

    Inheritance
    object
    TextContentData
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class TextContentData

    Constructors

    TextContentData()

    Declaration
    public TextContentData()

    TextContentData(string)

    Declaration
    public TextContentData(string text)
    Parameters
    Type Name Description
    string text

    TextContentData(string, params Annotation[])

    Declaration
    public TextContentData(string text, params Annotation[] annotations)
    Parameters
    Type Name Description
    string text
    Annotation[] annotations

    Properties

    Annotations

    The annotations that are associated with the text.

    Declaration
    public Annotation[] Annotations { get; set; }
    Property Value
    Type Description
    Annotation[]

    Value

    The data that makes up the Text.

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

    Operators

    implicit operator TextContentData(string)

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