Class NormalizeProfessionsResponseValue
The Value from a 'NormalizeProfessions' response.
Inheritance
System.Object
NormalizeProfessionsResponseValue
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 NormalizeProfessionsResponseValue
Properties
| Improve this Doc View SourceProfessions
A list of returned professions.
Declaration
public List<NormalizedProfession> Professions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NormalizedProfession> |