Class Barcode
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
Represents a detected barcode.
C#Copypublic class Barcode
- Inheritance
-
System.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 | |
System.String | message | |
BarcodeType | type |
API Level: 4
Properties
Declaration
C#Copypublic string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 4
Declaration
C#Copypublic Quadrangle Region { get; }
Property Value
Type | Description |
---|---|
Quadrangle |
API Level: 4
Declaration
C#Copypublic BarcodeType Type { get; }
Property Value
Type | Description |
---|---|
BarcodeType |
API Level: 4
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |
Overrides
System.Object.ToString()