AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class TextRef

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

    Constructors

    TextRef()

    Declaration
    public TextRef()

    TextRef(string)

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

    TextRef(string, params Annotation[])

    Declaration
    public TextRef(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 TextRef(string)

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