Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
Represents a detected barcode.
- Inheritance
-
Constructors
Declaration
public Barcode(Quadrangle region, string message, BarcodeType type)
Parameters
API Level: 4
Properties
Declaration
public string Message { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
View Source
The quadrangle location of the detected barcode.
Declaration
public Quadrangle Region { get; }
Property Value
API Level: 4
Declaration
public BarcodeType Type { get; }
Property Value
API Level: 4
Methods
View Source
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
A string that represents the current object.
|
Overrides
API Level: 4