Group
Show / Hide Table of Contents

Class BimetricScoreRequest

Request body for a 'BimetricScore' request

Inheritance
System.Object
BimetricScoreRequest
BimetricScoreJobRequest
BimetricScoreResumeRequest
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.BimetricScoring
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class BimetricScoreRequest

Properties

| Improve this Doc View Source

PreferredCategoryWeights

The weights you want to use for scoring. It is important to specify these, otherwise default values will be used.

These weights will be used except in the case that you provided a non-zero weight for a category that is irrelevant in the source document. For example, this can happen when the source document contains no languages.
See also: AppliedCategoryWeights

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

Settings

The settings to use during scoring calculations

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

TargetJobs

A list of parsed jobs containing the document name/identifier and the parsed job data. NOTE: you can only use either this property to score jobs, or TargetResumes to score resumes, but not both

Declaration
public List<ParsedJobWithId> TargetJobs { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ParsedJobWithId>
| Improve this Doc View Source

TargetResumes

A list of parsed resumes containing the document name/identifier and the parsed resume data. NOTE: you can only use either this property to score resumes, or TargetJobs to score jobs, but not both

Declaration
public List<ParsedResumeWithId> TargetResumes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ParsedResumeWithId>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾