public class BaseParseResponseValue extends Object
ApiResponse.Value from a Parse response| Modifier and Type | Field and Description |
|---|---|
ConversionMetadata |
ConversionMetadata
Information about converting the document to plain text
|
Conversions |
Conversions
Any additional conversions you requested will be here (eg: PDF or HTML)
|
ApiResponseInfoLite |
GeocodeResponse
If geocoding was requested in the
ParseOptions.GeocodeOptions,
the status of the geocode transaction will be output here |
ApiResponseInfoLite |
IndexingResponse
If indexing was requested in the
ParseOptions.IndexingOptions,
the status of the index transaction will be output here |
ParsingMetadata |
ParsingMetadata
Information about the parsing transaction
|
ApiResponseInfoLite |
ParsingResponse
The status of the parse transaction
|
ApiResponseInfoLite |
ProfessionNormalizationResponse
If profesison normalization was requested in the
BasicParseOptions.ProfessionsSettings,
the status of the profession normalization transaction will be output here |
ParseRequestDetails |
RequestDetails
Information about the parse request
|
| Constructor and Description |
|---|
BaseParseResponseValue() |
public ParseRequestDetails RequestDetails
public ConversionMetadata ConversionMetadata
public Conversions Conversions
public ParsingMetadata ParsingMetadata
public ApiResponseInfoLite GeocodeResponse
ParseOptions.GeocodeOptions,
the status of the geocode transaction will be output herepublic ApiResponseInfoLite IndexingResponse
ParseOptions.IndexingOptions,
the status of the index transaction will be output herepublic ApiResponseInfoLite ParsingResponse
public ApiResponseInfoLite ProfessionNormalizationResponse
BasicParseOptions.ProfessionsSettings,
the status of the profession normalization transaction will be output hereCopyright © 2023. All rights reserved.