Class ContentArea
Class ContentArea
이름 공간 : Aspose.OCR 모임: Aspose.OCR.dll (25.4.0)
이미지에서 발견된 콘텐츠 영역.
public class ContentArea
Inheritance
상속 회원들
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ContentArea()
public ContentArea()
Fields
이미지
콘텐츠와 함께 이미지 지역.
public MemoryStream image
필드 가치
인덱스
콘텐츠 영역의 순서적 인덱스, 이미지 내에서 독특합니다.
public int index
필드 가치
Properties
Rectangle
컨텐츠 영역의 경계 직경.
public Rectangle Rectangle { get; set; }
부동산 가치
Rectangle