Class SignatureResult<T>
- Namespace
- AiDotNet.Document.Interfaces
- Assembly
- AiDotNet.dll
Result of signature detection.
public class SignatureResult<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
SignatureResult<T>
- Inherited Members
Properties
BoundingBox
Gets or sets the bounding box [x1, y1, x2, y2].
public Vector<T> BoundingBox { get; set; }
Property Value
- Vector<T>
Confidence
Gets or sets the confidence score as generic type.
public T Confidence { get; set; }
Property Value
- T
ConfidenceValue
Gets or sets the confidence score as double.
public double ConfidenceValue { get; set; }
Property Value
IsPresent
Gets or sets whether a signature is present.
public bool IsPresent { get; set; }