Class DefectOutput
Class DefectOutput
Pôvodný názov: Aspose.OCR Zhromaždenie: Aspose.OCR.dll (25.4.0)
Oblasť obsahujúca chyby identifikované v obraze.
public class DefectOutput
Inheritance
Z dedičných členov
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
DefectOutput()
public DefectOutput()
Properties
Page
Číslo stránky .
public int Page { get; set; }
Hodnota nehnuteľnosti
Source
Úplná cesta k súboru alebo URL, ak existuje. prázdny pre toky, byte arrays, a Base64 šifrované súbory.
public string Source { get; set; }
Hodnota nehnuteľnosti
Defektové oblasti
Zoznam obrázkových chýb a oblastí, kde boli nájdené.
public List<defectareas> defectAreas { get; set; }
Hodnota nehnuteľnosti
List < DefectAreas >