Table of Contents

Class TextContentData

Namespace
Glitch9.AIDevKit
public class TextContentData
Inheritance
object
TextContentData

Constructors

TextContentData()

public TextContentData()

TextContentData(string)

public TextContentData(string text)

Parameters

text string

TextContentData(string, params Annotation[])

public TextContentData(string text, params Annotation[] annotations)

Parameters

text string
annotations Annotation[]

Properties

Annotations

The annotations that are associated with the text.

public Annotation[] Annotations { get; set; }

Property Value

Annotation[]

Value

The data that makes up the Text.

public string Value { get; set; }

Property Value

string

Operators

implicit operator TextContentData(string)

public static implicit operator TextContentData(string text)

Parameters

text string

Returns

TextContentData