You are here: Start » FIL.NET » ClassifiedRectangle Class

ClassifiedRectangle Class

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Rectangle belonging to a specific class.

Constructors

 ConstructorDescription
ClassifiedRectangle(Rectangle2D)
ClassifiedRectangle(Rectangle2D, String, Single)
ClassifiedRectangle()

Properties

 NameTypeDescription
ClassNameSystem.StringName of the class of a found rectangle.
RectangleFilNet.Rectangle2DFound rectangle.
ScoreSystem.SingleConfidence of a found rectangle.

Methods

 NameDescription
Equals(FilNet.ClassifiedRectangle)
Equals(object)Inherited from System.Object
Equals(FilNet.ClassifiedRectangle, FilNet.ClassifiedRectangle)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also