Group
Show / Hide Table of Contents

Class BimetricScoreJobRequest

Request body for a 'BimetricScore' request

Inheritance
System.Object
BimetricScoreRequest
BimetricScoreJobRequest
Inherited Members
BimetricScoreRequest.Settings
BimetricScoreRequest.PreferredCategoryWeights
BimetricScoreRequest.TargetResumes
BimetricScoreRequest.TargetJobs
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 BimetricScoreJobRequest : BimetricScoreRequest

Properties

| Improve this Doc View Source

SourceJob

The job to use as the 'source' document for the bimetric score.
All the target documents will be scored against this job.

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