Class ADRResult
ADR result model
Inheritance
System.Object
ADRResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.DocumentProcessing
Assembly: Simplic.DocumentProcessing.dll
Syntax
public class ADRResult
Properties
| Improve this Doc View SourceAccuracy
Gets or sets the matching accuracy
Declaration
public double Accuracy { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Tag
Gets or sets the matching tag
Declaration
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
System.String |