Table of Contents

Class TaxonomyInfo

Namespace
Textkernel.Tx.Models.API.Matching.Response
Assembly
Textkernel.Tx.SDK.dll

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

string

Matched

true when this taxonomy/subtaxonomy is found in both source and target documents

public bool Matched { get; set; }

Property Value

bool

Name

Taxonomy/subtaxonomy name

public string Name { get; set; }

Property Value

string