Group
Show / Hide Table of Contents

Class LanguageCompetency

A language competency (fluent in, can read, can write, etc) found on a resume

Inheritance
System.Object
LanguageCompetency
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 LanguageCompetency

Properties

| Improve this Doc View Source

FoundInContext

The full text where this language competency was found

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

Language

The language name

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

LanguageCode

The two-letter ISO 639-1 code for the language

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