Class ResponseOutputTextAnnotationEvent
public class ResponseOutputTextAnnotationEvent : ResponseStreamEvent<OutputStatus>
- Inheritance
-
objectResponseOutputTextAnnotationEvent
- Inherited Members
Properties
Annotation
The annotation object being added.
public Annotation Annotation { get; set; }
Property Value
AnnotationIndex
The index of the annotation within the content part.
public int AnnotationIndex { get; set; }
Property Value
- int
ContentIndex
The index of the content part within the output item.
public int ContentIndex { get; set; }
Property Value
- int
ItemId
The ID of the output item that the annotation is being added to.
public string ItemId { get; set; }
Property Value
- string
OutputIndex
The index of the output item.
public int OutputIndex { get; set; }
Property Value
- int