Table of Contents

Class NormalizeProfessionsResponseValue

Namespace
Textkernel.Tx.Models.API.DataEnrichment.Professions.Response
Assembly
Textkernel.Tx.SDK.dll

The Value from a 'NormalizeProfessions' response.

public class NormalizeProfessionsResponseValue
Inheritance
NormalizeProfessionsResponseValue
Inherited Members

Properties

Professions

A list of returned professions.

public List<NormalizedProfession> Professions { get; set; }

Property Value

List<NormalizedProfession>