Class OutputTextAnnotationEvent
Inheritance
OutputTextAnnotationEvent
Inherited Members
Namespace: Glitch9.AIDevKit.Responses
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class OutputTextAnnotationEvent : ContentPartEventBase, ISequencableEvent, IEvent
Properties
| Edit this page View SourceAnnotation
The annotation object being added.
Declaration
[JsonProperty("annotation")]
public Annotation Annotation { get; set; }
Property Value
| Type | Description |
|---|---|
| Annotation |
AnnotationIndex
The index of the annotation within the content part.
Declaration
[JsonProperty("annotation_index")]
public int AnnotationIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
| Edit this page View SourceBuildSequenceKey()
Returns the logical ordering key for this event. If null/empty -> sequencer should treat it as "no sequencing key".
Declaration
protected override string BuildSequenceKey()
Returns
| Type | Description |
|---|---|
| string |