Table of contents

EnumMappingStatus

EnumMappingStatus is an enumeration that represents whether the associated field was mapped from the source data or not.

Definition

Assembly: dynamsoft_capture_vision_flutter

enum EnumMappingStatus {
    none,
    succeeded,
    failed
}

Members

Member Description
none No mapping has been performed.
succeeded Mapping of this field was successful.
failed Mapping of this field was unsuccessful.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: