Class DefectAreas
Class DefectAreas
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.4.0)
Image areas containing a certain type of defect.
public class DefectAreas
Inheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
DefectAreas()
public DefectAreas()
Properties
defectType
Defect type.
public DefectType defectType { get; set; }
Property Value
rectangles
Image areas where defect was found
public Rectangle[] rectangles { get; set; }
Property Value
Rectangle []