Resource Base
Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

CParsedResultItem Class

class dynamsoft::dcp::CParsedResultItem
Method Description
GetCodeType Gets the code type of the parsed result.
GetFieldMappingStatus Gets the mapping status of a specified field from the parsed result.
GetFieldValidationStatus Gets the validation status of a specified field from the parsed result.
GetFieldValue Gets the value of a specified field from the parsed result.
GetJsonString Gets the parsed result as a JSON formatted string.

GetCodeType

Gets the code type of the parsed result.

const char* dynamsoft::dcp::CParsedResultItem::GetCodeType()

Return Value

Returns a string value representing the code type.

GetJsonString

Gets the parsed result as a JSON formatted string.

const char* dynamsoft::dcp::CParsedResultItem::GetJsonString()

Return Value

Returns a JSON formatted string representing the parsed result.

GetFieldValue

Gets the value of a specified field from the parsed result.

const char* dynamsoft::dcp::CParsedResultItem::GetFieldValue (const char* fieldName)

Parameters

[in] fieldName The name of the field.

Return Value

Returns a string representing the specified field value.

GetFieldMappingStatus

Gets the mapping status of a specified field from the parsed result.

MappingStatus dynamsoft::dcp::CParsedResultItem::GetFieldMappingStatus(const char* fieldName)

Parameters

[in] fieldName The name of the field.

Return Value

Returns a MappingStatus enumeration value representing the mapping status of a specified field.

See Also

MappingStatus

GetFieldValidationStatus

Gets the validation status of a specified field from the parsed result.

ValidationStatus dynamsoft::dcp::CParsedResultItem::GetFieldValidationStatus(const char* fieldName)

Parameters

[in] fieldName The name of the field.

Return Value

Returns a ValidationStatus enumeration value representing the validation status of a specified field.

See Also

ValidationStatus

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: