Group
Show / Hide Table of Contents

Class BaseParseResponseValue

The Value from a Parse response

Inheritance
System.Object
GeocodeAndIndexResponseValue
BaseParseResponseValue
ParseJobResponseValue
ParseResumeResponseValue
Inherited Members
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 BaseParseResponseValue : GeocodeAndIndexResponseValue

Properties

| Improve this Doc View Source

ConversionMetadata

Information about converting the document to plain text

Declaration
public ConversionMetadata ConversionMetadata { get; set; }
Property Value
Type Description
ConversionMetadata
| Improve this Doc View Source

Conversions

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

Declaration
public Conversions Conversions { get; set; }
Property Value
Type Description
Conversions
| Improve this Doc View Source

ParsingMetadata

Information about the parsing transaction

Declaration
public ParsingMetadata ParsingMetadata { get; set; }
Property Value
Type Description
ParsingMetadata
| Improve this Doc View Source

ParsingResponse

The status of the parse transaction

Declaration
public ApiResponseInfoLite ParsingResponse { get; set; }
Property Value
Type Description
ApiResponseInfoLite
| Improve this Doc View Source

ProfessionNormalizationResponse

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

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