All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Modules Pages
Loading...
Searching...
No Matches
BarcodeInstanceData Interface Reference

Instance info for a barcode from its respective observation. More...

Properties

BarcodeBehaviour.BarcodeType BarcodeType [get]
 The type of the detected barcode.
 
int Id [get]
 The unique id of the detected Barcode.
 
Vector3[] OutlineVertices [get]
 The corner vertices of the Barcode Instance in local space. The vertices are ordered clockwise beginning at the topLeft corner of the Barcode.
 
string Text [get]
 The payload text of the detected Barcode.
 

Detailed Description

Instance info for a barcode from its respective observation.

Property Documentation

◆ BarcodeType

The type of the detected barcode.

◆ Id

int Id
get

The unique id of the detected Barcode.

◆ OutlineVertices

Vector3 [] OutlineVertices
get

The corner vertices of the Barcode Instance in local space. The vertices are ordered clockwise beginning at the topLeft corner of the Barcode.

◆ Text

string Text
get

The payload text of the detected Barcode.