Annotation Constructor A Sandcastle Documented Class Library
Used by Jackson to decode the "indices" property of the JSON response into start and end offsets.

Namespace: Ontotext.S4.service
Assembly: S4ClientLibrary (in S4ClientLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Annotation(
	long[] indices
)

Parameters

indices
Type: SystemInt64
indices a two-element array containing the start and end offsets, in that order.
See Also

Reference