Class Barcode
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents a detected barcode.
C#Copypublic class Barcode
- Inheritance
-
objectBarcode
Constructors
View Source
Barcode(Quadrangle, string, BarcodeType)
Initializes a new instance of the Barcode class.
Declaration
C#Copypublic Barcode(Quadrangle region, string message, BarcodeType type)
Parameters
| Type | Name | Description |
|---|---|---|
| Quadrangle | region | |
| string | message | |
| BarcodeType | type |
Properties
Declaration
C#Copypublic string Message { get; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copypublic Quadrangle Region { get; }
Property Value
| Type | Description |
|---|---|
| Quadrangle |
Declaration
C#Copypublic BarcodeType Type { get; }
Property Value
| Type | Description |
|---|---|
| BarcodeType |
Methods
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Overrides
object.ToString()