Group
Show / Hide Table of Contents

Class AutoCompleteProfessionsResponseValue

The Value from a 'AutocompleteProfessions' response.

Inheritance
System.Object
AutoCompleteProfessionsResponseValue
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.API.DataEnrichment.Professions.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class AutoCompleteProfessionsResponseValue

Properties

| Improve this Doc View Source

Professions

A list of professions that match the given Prefix.

Declaration
public List<BasicProfession> Professions { get; set; }
Property Value
Type Description
System.Collections.Generic.List<BasicProfession>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾