Search Results for

    Show / Hide Table of Contents

    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 Source

    Accuracy

    Gets or sets the matching accuracy

    Declaration
    public double Accuracy { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Tag

    Gets or sets the matching tag

    Declaration
    public string Tag { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx