Group
Show / Hide Table of Contents

Class SkillsSimilarityScoreResponseValue

The Value from a 'Skills Similarity Score' response.

Inheritance
System.Object
SkillsSimilarityScoreResponseValue
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.DataEnrichment.Ontology.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class SkillsSimilarityScoreResponseValue

Properties

| Improve this Doc View Source

SimilarityScore

A value from [0 - 1] representing how closely related skill set A and skill set B are, based on the relations between skills.

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