Table of Contents

Class AutoCompleteProfessionsResponseValue

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

The Value from a 'AutocompleteProfessions' response.

public class AutoCompleteProfessionsResponseValue
Inheritance
AutoCompleteProfessionsResponseValue
Inherited Members

Properties

Professions

A list of professions that match the given Prefix.

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

Property Value

List<BasicProfession>