Group
Show / Hide Table of Contents

Class NormalizedString

A string with a raw and normalized value

Inheritance
System.Object
NormalizedString
Telephone
CompanyNameWithProbability
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.Resume
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class NormalizedString

Properties

| Improve this Doc View Source

Normalized

The normalized value

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

Raw

The raw value found in the text

Declaration
public string Raw { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾