Group
Show / Hide Table of Contents

Class RawSkill

Skill exactly as it was found in the plain text of the document.

Inheritance
System.Object
RawSkill
JobRawSkill
ResumeRawSkill
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.Skills
Assembly: Textkernel.Tx.SDK.dll
Syntax
public abstract class RawSkill

Properties

| Improve this Doc View Source

Name

The exact skill text extracted from the document.

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