Table of contents
Swift
Objective-C

TextResult

Stores the text result.

public class TextResult

Attributes

Attribute Type
BarcodeFormat EnumBarcodeFormat
BarcodeFormatString string
BarcodeFormat_2 EnumBarcodeFormat_2
BarcodeFormatString_2 string
BarcodeText string
BarcodeBytes byte[ ]
LocalizationResult LocalizationResult
DetailedResult object
Results ExtendedResult[ ]

BarcodeFormat

Barcode type in BarcodeFormat group 1.

EnumBarcodeFormat Dynamsoft.Barcode.TextResult.BarcodeFormat

BarcodeFormatString

Barcode type in BarcodeFormat group 1 as string.

string Dynamsoft.Barcode.TextResult.BarcodeFormatString

BarcodeFormat_2

Barcode type in BarcodeFormat group 2.

EnumBarcodeFormat_2 Dynamsoft.Barcode.TextResult.BarcodeFormat_2

BarcodeFormatString_2

Barcode type in BarcodeFormat group 2 as string.

string Dynamsoft.Barcode.TextResult.BarcodeFormatString_2

BarcodeText

The barcode text, ends by ‘\0’.

string Dynamsoft.Barcode.TextResult.BarcodeText

BarcodeBytes

The barcode content in a byte array.

byte[] Dynamsoft.Barcode.TextResult.BarcodeBytes

LocalizationResult

The corresponding localization result.

LocalizationResult Dynamsoft.Barcode.TextResult.LocalizationResult

DetailedResult

One of the following: QRCodeDetails, PDF417Details, DataMatrixDetails, AztecDetails, OneDCodeDetails.

object Dynamsoft.Barcode.TextResult.DetailedResult

Results

The extended result array.

ExtendedResult[] Dynamsoft.Barcode.TextResult.Results

This page is compatible for:

Is this page helpful?

YesYes NoNo