Class ParsedJobWithId
- Namespace
- Textkernel.Tx.Models.API.BimetricScoring
- Assembly
- Textkernel.Tx.SDK.dll
A ParsedJob and id pair for a bimetric score request
public class ParsedJobWithId : IParsedDocWithId
- Inheritance
-
ParsedJobWithId
- Implements
- Inherited Members
Properties
Id
The id of the document (used in the response body)
public string Id { get; set; }
Property Value
JobData
A job generated by the parser
public ParsedJob JobData { get; set; }