Resource Base
Table of contents

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:

latest version

    • Latest version
    • Version 2.x
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.0
    • Documentation Homepage
    Change +