Group
Show / Hide Table of Contents

Class ResumeV2Skills

Skills output when TaxonomyVersion is set to (or defaults to) "V2".

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

Properties

| Improve this Doc View Source

Normalized

Normalized skills output when TaxonomyVersion is set to (or defaults to) "V2" and Normalize is set to true.

Declaration
public List<ResumeNormalizedSkill> Normalized { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ResumeNormalizedSkill>
| Improve this Doc View Source

Raw

Array of skills exactly as found in the plain text of the document.

Declaration
public List<ResumeRawSkill> Raw { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ResumeRawSkill>
| Improve this Doc View Source

RelatedProfessionClasses

Professions most related to the document. Only output if TaxonomyVersion is set to (or defaults to) "V2" and Normalize is set to true.

Declaration
public List<ProfessionClass> RelatedProfessionClasses { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ProfessionClass>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾