Dev Center
Table of contents

TextResult

Stores the text result.

public class TextResult

Attributes

Attribute Type
barcode_format EnumBarcodeFormat
barcode_format_string str
barcode_format_2 EnumBarcodeFormat_2
barcode_format_string_2 str
barcode_text str
barcode_bytes bytearray
localization_result LocalizationResult
detailed_result One of the following: OnedDetailedResult, PDFDetailedResult, DataMatrixDetailedResult, AztecDetailedResult, QRCodeDetailedResult
extended_results list[ExtendedResult]
exception str
is_dpm int
is_mirrored int

barcode_format

Barcode type in BarcodeFormat group 1.

TextResult.barcode_format

barcode_format_string

Barcode type in BarcodeFormat group 1 as string.

TextResult.barcode_format_string

barcode_format_2

Barcode type in BarcodeFormat group 2.

TextResult.barcode_format_2

barcode_format_string_2

Barcode type in BarcodeFormat group 2 as string.

TextResult.barcode_format_string_2

barcode_text

The barcode text

TextResult.barcode_text

barcode_bytes

The barcode content in a byte array.

TextResult.barcode_bytes

localization_result

The corresponding localization result.

TextResult.localization_result

detailed_result

One of the following: OnedDetailedResult, PDFDetailedResult, DataMatrixDetailedResult, AztecDetailedResult, QRCodeDetailedResult.

TextResult.detailed_result

extended_results

The extended result list

TextResult.extended_results

exception

Exception message

TextResult.exception

is_dpm

Identify whether the barcode is decoded using the DPM feature.

TextResult.is_dpm

is_mirrored

Identify whether the barcode is mirrored.

TextResult.is_mirrored

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

version 9.2.0

  • Latest version
  • Version 10.x
    • Version 10.2.0
    • Version 10.0.20
    • Version 10.0.10
    • Version 10.0.0
  • Version 9.x
    • Version 9.6.40
    • Version 9.6.30
    • Version 9.6.20
    • Version 9.6.10
    • Version 9.6.0
    • Version 9.4.0
    • Version 9.2.0
    • Version 9.0.0
  • Version 8.x
    • Version 8.8.0
    • Version 8.6.0
    • Version 8.4.0
    • Version 8.2.0
    • Version 8.1.2
    • Version 8.1.0
    • Version 8.0.0
  • Version 7.x
    • Version 7.6.0
    • Version 7.5.0
Change +