Table of Contents

Class BaseParseResponseValue

Namespace
Textkernel.Tx.Models.API.Parsing
Assembly
Textkernel.Tx.SDK.dll

The Value from a Parse response

public class BaseParseResponseValue : GeocodeAndIndexResponseValue
Inheritance
BaseParseResponseValue
Derived
Inherited Members

Properties

ConversionMetadata

Information about converting the document to plain text

public ConversionMetadata ConversionMetadata { get; set; }

Property Value

ConversionMetadata

Conversions

Any additional conversions you requested will be here (eg: PDF or HTML)

public Conversions Conversions { get; set; }

Property Value

Conversions

ParsingMetadata

Information about the parsing transaction

public ParsingMetadata ParsingMetadata { get; set; }

Property Value

ParsingMetadata

ParsingResponse

The status of the parse transaction

public ApiResponseInfoLite ParsingResponse { get; set; }

Property Value

ApiResponseInfoLite

ProfessionNormalizationResponse

If profession normalization was requested, the status of the profession normalization transaction will be output here

public ApiResponseInfoLite ProfessionNormalizationResponse { get; set; }

Property Value

ApiResponseInfoLite