Table of contents

EnumResultStatus

EnumResultStatus is a enumeration class that defines the result status of the MRZScanResult.

Definition

Assembly: DynamsoftMRZScanner.xcframework

  • Objective-C
  • Swift
  1. typedef NS_ENUM(NSInteger, DSResultStatus)
    {
    DSResultStatusFinished = 0
    DSResultStatusCanceled = 1
    DSResultStatusException = 2
    };
    
  2. @objc public enum ResultStatus: Int {
    case finished = 0
    case canceled = 1
    case exception = 2
    }
    

Is this page helpful?

YesYes NoNo

In this article:

Please choose a language: