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.

ParsedField Class

ParsedField class defindes the parsed field with its name, value and addtitional information.

Definition

Namespace: Dynamsoft.CodeParser.Maui

Assembly: Dynamsoft.CodeParser.Maui

class ParsedField

Properties

Property Type Description
Name string The field name.
Value string The field value.
MappingStatus EnumMappingStatus The mapping status of the field.
ValidationStatus EnumValidationStatus The validation status of the field.

Name

The field name.

string Name { get; }

Value

The field value.

string Value { get; }

MappingStatus

The mapping status of the field.

EnumMappingStatus MappingStatus { get; }

ValidationStatus

The validation status of the field.

EnumValidationStatus ValidationStatus { get; }

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: