Class CharacterLevelAnnotations
- java.lang.Object
-
- io.scanbot.sdk.documentqualityanalyzer.CharacterLevelAnnotations
-
public class CharacterLevelAnnotations extends java.lang.ObjectCharacter level annotations, contains information about each character in the document.
-
-
Constructor Summary
Constructors Constructor Description CharacterLevelAnnotations(java.util.List<CharacterLevelAnnotation> annotations, java.lang.String apiVersion)Constructs CharacterLevelAnnotations with the given params.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CharacterLevelAnnotation>getAnnotations()Getter for annotations field.java.lang.StringgetApiVersion()Getter for apiVersion field.
-
-
-
Constructor Detail
-
CharacterLevelAnnotations
public CharacterLevelAnnotations(java.util.List<CharacterLevelAnnotation> annotations, java.lang.String apiVersion)
Constructs CharacterLevelAnnotations with the given params.- Parameters:
annotations- List of character level annotations.apiVersion- Version of the model and code used to generate the annotations.
-
-
Method Detail
-
getAnnotations
public java.util.List<CharacterLevelAnnotation> getAnnotations()
Getter for annotations field. See constructor documentation for more information about the field.- Returns:
- annotations
-
getApiVersion
public java.lang.String getApiVersion()
Getter for apiVersion field. See constructor documentation for more information about the field.- Returns:
- apiVersion
-
-