CharacterLevelAnnotations

data class CharacterLevelAnnotations(val annotations: List<CharacterLevelAnnotation>, val apiVersion: String) : Parcelable

Character level annotations, contains information about each character in the document.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(annotations: List<CharacterLevelAnnotation>, apiVersion: String)

Properties

Link copied to clipboard

List of character level annotations.

Link copied to clipboard

Version of the model and code used to generate the annotations.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject