Class TextSegment
Represents a detokenization output as an asset structure,
designed to be used with Generated<TextSegment>.
Assembly: Glitch9.AIDevKit.dll
Syntax
public class TextSegment : ITextSource
Constructors
|
Edit this page
View Source
TextSegment(string)
Declaration
public TextSegment(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Properties
|
Edit this page
View Source
Value
Declaration
public string Value { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetTextSource()
Declaration
public string GetTextSource()
Returns
Implements
Extension Methods