Table of Contents

Class CompareProfessionsRequest

Namespace
Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request
Assembly
Textkernel.Tx.SDK.dll

Request body for a 'CompareProfessions' request

public class CompareProfessionsRequest
Inheritance
CompareProfessionsRequest
Inherited Members

Properties

OutputLanguage

The language to use for the returned descriptions.

public string OutputLanguage { get; set; }

Property Value

string

ProfessionACodeId

A profession code ID from the Professions Taxonomy to compare.

public int ProfessionACodeId { get; set; }

Property Value

int

ProfessionBCodeId

A profession code ID from the Professions Taxonomy to compare.

public int ProfessionBCodeId { get; set; }

Property Value

int