Group
Show / Hide Table of Contents

Class ParseJobResponseValue

The Value from a Parse response

Inheritance
System.Object
GeocodeAndIndexResponseValue
BaseParseResponseValue
ParseJobResponseValue
Inherited Members
BaseParseResponseValue.ConversionMetadata
BaseParseResponseValue.Conversions
BaseParseResponseValue.ParsingMetadata
BaseParseResponseValue.ParsingResponse
BaseParseResponseValue.ProfessionNormalizationResponse
GeocodeAndIndexResponseValue.GeocodeResponse
GeocodeAndIndexResponseValue.IndexingResponse
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.Parsing
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class ParseJobResponseValue : BaseParseResponseValue

Properties

| Improve this Doc View Source

JobData

The main output from the Job Parser

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