Group
Show / Hide Table of Contents

Class DocumentTaxonomies

Primary and secondary taxonomy (industry)

Inheritance
System.Object
DocumentTaxonomies
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.Matching.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class DocumentTaxonomies

Properties

| Improve this Doc View Source

Primary

Best fit taxonomy (industry) evidence.

Declaration
public TaxonomyEvidence Primary { get; set; }
Property Value
Type Description
TaxonomyEvidence
| Improve this Doc View Source

Secondary

Second best fit taxonomy (industry) evidence.

Declaration
public TaxonomyEvidence Secondary { get; set; }
Property Value
Type Description
TaxonomyEvidence
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾