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