Class NormalizedString
- Namespace
- Textkernel.Tx.Models.Resume
- Assembly
- Textkernel.Tx.SDK.dll
A string with a raw and normalized value
public class NormalizedString
- Inheritance
-
NormalizedString
- Derived
- Inherited Members
Properties
Normalized
The normalized value
public string Normalized { get; set; }
Property Value
Raw
The raw value found in the text
public string Raw { get; set; }