The KIMAnnotation object is used only in the context of a KIMDocument and represents a single annotation. It is a product of the annotation process and contains the following fields:
Type | a string containing the type name of this annotation. |
StartOffset and EndOffset | two integers specifying the start and the end offsets of an area in the plain text content that is annotated. |
Features | an array of Feature objects containing pairs of a feature name (the Key property) and a string with the feature value (the Value property). The most frequently used feature names are "inst" and "class". |
Labels: