Group
Show / Hide Table of Contents

Class ParsedJobWithId

A ParsedJob and id pair for a bimetric score request

Inheritance
System.Object
ParsedJobWithId
Implements
IParsedDocWithId
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 ParsedJobWithId : IParsedDocWithId

Properties

| Improve this Doc View Source

Id

The id of the document (used in the response body)

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

JobData

A job generated by the parser

Declaration
public ParsedJob JobData { get; set; }
Property Value
Type Description
ParsedJob

Implements

IParsedDocWithId
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾