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 SourceCleanedKey
Gets or sets the cleaned key
Declaration
public string CleanedKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Key
Gets or sets the extraction key
Declaration
public ExtractionKey Key { get; set; }
Property Value
Type | Description |
---|---|
ExtractionKey |
KeyDistance
Gets sets the similarity. Lower = more equal
Declaration
public int KeyDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OriginalValue
Gets or sets the original key word
Declaration
public string OriginalValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets the raw value
Declaration
public ExtractionValue Value { get; set; }
Property Value
Type | Description |
---|---|
ExtractionValue |
ValueMatched
Gets or sets whether the values matches the white-list
Declaration
public bool ValueMatched { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |