Class DefectOutput

Class DefectOutput

네임스페이스: Aspose.OCR
어셈블리: Aspose.OCR.dll (25.1.0)

이미지에서 식별된 결함이 있는 영역.

public class DefectOutput

상속

objectDefectOutput

상속된 멤버

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

생성자

DefectOutput()

public DefectOutput()

필드

Page

페이지 번호.

public int Page

필드 값

int

Source

파일 또는 URL의 전체 경로. 스트림, 바이트 배열 및 Base64 인코딩된 파일의 경우 비어 있음.

public string Source

필드 값

string

defectAreas

이미지 결함 및 발견된 영역의 목록.

public List<defectareas> defectAreas

필드 값

List<DefectAreas&gt;

 한국어