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
Conversions
Any additional conversions you requested will be here (eg: PDF or HTML)
public Conversions Conversions { get; set; }
Property Value
ParsingMetadata
Information about the parsing transaction
public ParsingMetadata ParsingMetadata { get; set; }
Property Value
ParsingResponse
The status of the parse transaction
public ApiResponseInfoLite ParsingResponse { get; set; }
Property Value
ProfessionNormalizationResponse
If profession normalization was requested, the status of the profession normalization transaction will be output here
public ApiResponseInfoLite ProfessionNormalizationResponse { get; set; }