Group
Show / Hide Table of Contents

Class TaxonomyEvidence

A taxonomy/subtaxonomy (industry/specialization) pair

Inheritance
System.Object
TaxonomyEvidence
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 TaxonomyEvidence

Properties

| Improve this Doc View Source

Subtaxonomy

Child subtaxonomy (specialization)

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

Taxonomy

Parent taxonomy (industry)

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