Class TaxonomyInfo
Evidence for a specific taxonomy/subtaxonomy
public class TaxonomyInfo
- Inheritance
-
TaxonomyInfo
- Inherited Members
Properties
Id
Id for the taxonomy/subtaxonomy
public string Id { get; set; }
Property Value
Matched
true when this taxonomy/subtaxonomy is found in both source and target documents
public bool Matched { get; set; }
Property Value
Name
Taxonomy/subtaxonomy name
public string Name { get; set; }