Click or drag to resize

DetectionResult Class

Detection result.
Inheritance Hierarchy
SystemObject
  ComPDF_Conversion.CommonDetectionResult

Namespace: ComPDF_Conversion.Common
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public class DetectionResult

The DetectionResult type exposes the following members.

Constructors
 NameDescription
Public methodDetectionResult Default Constructor.
Top
Properties
 NameDescription
Public propertyboxes The position of the detection boxes,{ left, top, right,bottom }.
Public propertylabels The label corresponding to the detection object.
Public propertyscores Confidence of the detected object (greater than 0, less than 1).
Top
See Also