public class RecognitionResult extends Object
Modifier and Type | Field and Description |
---|---|
ArrayList<Rectangle> |
recognitionAreasRectangles
List recognition results of a list of areas (Rectangles)
|
ArrayList<String> |
recognitionAreasText
List recognition results of a list of areas (Rectangles)
|
String |
recognitionText
Recognition result of all page or one area
|
double |
skew
List recognition results of a list of areas (Rectangles)
|
ArrayList<String> |
warnings
Gets or sets list of the warnings messages describing non-critical faults appeared during generation
|
Modifier and Type | Method and Description |
---|---|
String |
GetJson()
Form JSON string with recognition results
|
void |
save(String fullFileName,
SaveFormat.Format format)
Saves the document in the plain text, Microsoft Word, Office Open XML or ODF Text Document format.
|
public ArrayList<String> recognitionAreasText
public String recognitionText
public ArrayList<Rectangle> recognitionAreasRectangles
public double skew
public String GetJson()
public void save(String fullFileName, SaveFormat.Format format)
fullFileName
- filename with a path for saving recognition result in the selected formatformat
- document format enum type of SaveFormat.FomatCopyright © 2021 Aspose. All rights reserved.