Class ProfessionClass
Profession Class that describes a percentage of the source document.
Inheritance
System.Object
ProfessionClass
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.Skills
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class ProfessionClass
Properties
| Improve this Doc View SourceGroups
Array of objects representing groups of professions.
Declaration
public List<ProfessionGroup> Groups { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ProfessionGroup> |
Id
Id of the related profession.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Name of the related profession.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Percent
Percent of overall document that relates to this profession.
Declaration
public int Percent { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |