Class GeneratedText
Inheritance
GeneratedText
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class GeneratedText
Properties
|
Edit this page
View Source
Text
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Edit this page
View Source
implicit operator string(GeneratedText)
Declaration
public static implicit operator string(GeneratedText textOutput)
Parameters
Returns
Extension Methods