Table of Contents

Class TextOutput

Namespace
Glitch9.AIDevKit
public class TextOutput
Inheritance
object
TextOutput

Properties

Text

public string Text { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Operators

implicit operator string(TextOutput)

public static implicit operator string(TextOutput textOutput)

Parameters

textOutput TextOutput

Returns

string