Class ParseJobResponseValue
- Namespace
- Textkernel.Tx.Models.API.Parsing
- Assembly
- Textkernel.Tx.SDK.dll
The Value from a Parse response
public class ParseJobResponseValue : BaseParseResponseValue
- Inheritance
-
ParseJobResponseValue
- Inherited Members
Properties
JobData
The main output from the Job Parser
public ParsedJob JobData { get; set; }