Table of Contents

Class LanguageCompetency

Namespace
Textkernel.Tx.Models.Resume
Assembly
Textkernel.Tx.SDK.dll

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

public class LanguageCompetency
Inheritance
LanguageCompetency
Inherited Members

Properties

FoundInContext

The full text where this language competency was found

public string FoundInContext { get; set; }

Property Value

string

Language

The language name

public string Language { get; set; }

Property Value

string

LanguageCode

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

public string LanguageCode { get; set; }

Property Value

string