Class DefectAreas

Class DefectAreas

Nazwa przestrzeń: Aspose.OCR Zgromadzenie: Aspose.OCR.dll (25.4.0)

Obszary obrazu zawierające określony rodzaj wad.

public class DefectAreas

Inheritance

object DefectAreas

Dziedziczeni członkowie

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

DefectAreas()

public DefectAreas()

Properties

defekty

Wady typu .

public DefectType defectType { get; set; }

Wartość nieruchomości

DefectType

rektangle

Obszary, w których znaleziono defekt

public Rectangle[] rectangles { get; set; }

Wartość nieruchomości

Rectangle [ ]

 Polski