Package io.anyline.plugin.result
        Class Visualization
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
java.io.Serializable 
public class Visualization implements Serializable
Information about the visualization data of the scanned ID
 
- 
                
                    
                    
- 
                                
                            
                                
Constructor Summary
Constructors Constructor Description Visualization() 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description List<List<Integer>>getContours()The found contours of the fields on the ID (Required) voidsetContours(List<List<Integer>> contours)The found contours of the fields on the ID (Required) List<List<List<Integer>>>getContourPoints()The found contour points of the fields on the ID voidsetContourPoints(List<List<List<Integer>>> contourPoints)The found contour points of the fields on the ID List<Integer>getTextRect()The found bounding rect of the text fields on the ID (Required) voidsetTextRect(List<Integer> textRect)The found bounding rect of the text fields on the ID (Required) StringtoString()inthashCode()booleanequals(Object other)- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
getContours
List<List<Integer>> getContours()
The found contours of the fields on the ID (Required)
 
- 
                                        
setContours
void setContours(List<List<Integer>> contours)
The found contours of the fields on the ID (Required)
 
- 
                                        
getContourPoints
List<List<List<Integer>>> getContourPoints()
The found contour points of the fields on the ID
 
- 
                                        
setContourPoints
void setContourPoints(List<List<List<Integer>>> contourPoints)
The found contour points of the fields on the ID
 
- 
                                        
getTextRect
List<Integer> getTextRect()
The found bounding rect of the text fields on the ID (Required)
 
- 
                                        
setTextRect
void setTextRect(List<Integer> textRect)
The found bounding rect of the text fields on the ID (Required)
 
- 
                                        
hashCode
int hashCode()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -