Search Results for

    Show / Hide Table of Contents

    Class ExtractionResult

    Extraction result

    Inheritance
    System.Object
    ExtractionResult
    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.Text
    Assembly: Simplic.CoreLib.dll
    Syntax
    public class ExtractionResult

    Properties

    | Improve this Doc View Source

    CleanedKey

    Gets or sets the cleaned key

    Declaration
    public string CleanedKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Key

    Gets or sets the extraction key

    Declaration
    public ExtractionKey Key { get; set; }
    Property Value
    Type Description
    ExtractionKey
    | Improve this Doc View Source

    KeyDistance

    Gets sets the similarity. Lower = more equal

    Declaration
    public int KeyDistance { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    OriginalValue

    Gets or sets the original key word

    Declaration
    public string OriginalValue { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Value

    Gets or sets the raw value

    Declaration
    public ExtractionValue Value { get; set; }
    Property Value
    Type Description
    ExtractionValue
    | Improve this Doc View Source

    ValueMatched

    Gets or sets whether the values matches the white-list

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