Class BimetricScoreJobRequest
- Namespace
- Textkernel.Tx.Models.API.BimetricScoring
- Assembly
- Textkernel.Tx.SDK.dll
Request body for a 'BimetricScore' request
public class BimetricScoreJobRequest : BimetricScoreRequest
- Inheritance
-
BimetricScoreJobRequest
- Inherited Members
Properties
SourceJob
The job to use as the 'source' document for the bimetric score.
All the target documents will be scored against this job.
public ParsedJobWithId SourceJob { get; set; }