Group
Show / Hide Table of Contents

Class TaxonomiesScoreData

Details about the score for a specific category

Inheritance
System.Object
CategoryScoreData
TaxonomiesScoreData
Inherited Members
CategoryScoreData.UnweightedScore
CategoryScoreData.Evidence
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 TaxonomiesScoreData : CategoryScoreData

Properties

| Improve this Doc View Source

ActualTaxonomies

Taxonomies/industries found.

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

DesiredTaxonomies

Taxonomies/industries requested.

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