Group
Show / Hide Table of Contents

Class ExtractSkillsRequest

Request body for a 'ExtractSkills' request

Inheritance
System.Object
ExtractSkillsRequest
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.Skills.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class ExtractSkillsRequest

Properties

| Improve this Doc View Source

Language

The language of the input text. Must be one of the supported ISO codes.

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

OutputLanguage

The language to use for the output skill descriptions. If not provided, defaults to the input language. Must be one of the supported ISO codes.

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

Text

The text to extract skills from. There is a 24,000 character limit.

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

Threshold

A value from [0 - 1] for the minimum confidence threshold for extracted skills. Lower values will return more skills, but also increase the likelihood of ambiguity-related errors. The recommended and default value is 0.5.

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