Group
Show / Hide Table of Contents

Class TaxonomyInfo

Evidence for a specific taxonomy/subtaxonomy

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

Properties

| Improve this Doc View Source

Id

Id for the taxonomy/subtaxonomy

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Matched

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

Declaration
public bool Matched { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Name

Taxonomy/subtaxonomy name

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