Documentation
Table of contents

Enumeration ExtendedBarcodeResultType

ExtendedBarcodeResultType determines the type of text result returned from a barcode scan.

  • JavaScript
  • Android
  • Objective-C
  • Swift
  • C++
  • C#
enum EnumExtendedBarcodeResultType
{
   /**Specifies the standard text. This means the barcode value. */
   EBRT_STANDARD_RESULT = 0,
   /**Specifies all the candidate text. This means all the standard text results decoded from the barcode. */
   EBRT_CANDIDATE_RESULT = 1,
   /**Specifies the partial text. This means part of the text result decoded from the barcode. */
   EBRT_PARTIAL_RESULT = 2
}
@Retention(RetentionPolicy.CLASS)
public @interface EnumExtendedBarcodeResultType
{
   /**Specifies the standard text. This means the barcode value. */
   public static final int EBRT_STANDARD_RESULT = 0;
   /**Specifies all the candidate text. This means all the standard text results decoded from the barcode. */
   public static final int EBRT_CANDIDATE_RESULT = 1;
   /**Specifies the partial text. This means part of the text result decoded from the barcode. */
   public static final int EBRT_PARTIAL_RESULT = 2;
}
typedef NS_ENUM(NSInteger, DSExtendedBarcodeResultType)
{
   /**Specifies the standard text. This means the barcode value. */
   DSExtendedBarcodeResultTypeStandardResult = 0,
   /**Specifies all the candidate text. This means all the standard text results decoded from the barcode. */
   DSExtendedBarcodeResultTypeCandidateResult = 1,
   /**Specifies the partial text. This means part of the text result decoded from the barcode. */
   DSExtendedBarcodeResultTypePartialResult = 2
};
public enum ExtendedBarcodeResultType : Int
{
   /**Specifies the standard text. This means the barcode value. */
   standardResult = 0
   /**Specifies all the candidate text. This means all the standard text results decoded from the barcode. */
   candidateResult = 1
   /**Specifies the partial text. This means part of the text result decoded from the barcode. */
   partialResult = 2
}
typedef enum ExtendedBarcodeResultType
{
   /**Specifies the standard text. This means the barcode value. */
   EBRT_STANDARD_RESULT,
   /**Specifies all the candidate text. This means all the standard text results decoded from the barcode. */
   EBRT_CANDIDATE_RESULT,
   /**Specifies the partial text. This means part of the text result decoded from the barcode. */
   EBRT_PARTIAL_RESULT
}ExtendedBarcodeResultType;
public enum EnumExtendedBarcodeResultType
{
    /**Specifies the standard text. This means the barcode value. */
    EBRT_STANDARD_RESULT,
    /**Specifies all the candidate text. This means all the standard text results decoded from the barcode. */
    EBRT_CANDIDATE_RESULT,
    /**Specifies the partial text. This means part of the text result decoded from the barcode. */
    EBRT_PARTIAL_RESULT
}

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

  • Latest version
  • Version 2.x
    • Version 2.2.30
    • Version 2.2.20
    • Version 2.2.10
    • Version 2.2.0
    • Version 2.0.30
    • Version 2.0.20
    • Version 2.0.10
    • Version 2.0.0
Change +
© 2003–2024 Dynamsoft. All rights reserved.
Privacy Statement / Site Map / Home / Purchase / Support