Difference between revisions of "SYSCLS OBJECTWITHIDMARKER"
(→MetaProperties) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
| name = {{PAGENAMEE}} | | name = {{PAGENAMEE}} | ||
| inheritance = - | | inheritance = - | ||
− | | namespace = System.Classification | + | | namespace = System.Classification.Scan |
| purpose = Use a Marker ID and a scanned code | | purpose = Use a Marker ID and a scanned code | ||
| version = 2.2.3+ | | version = 2.2.3+ | ||
Line 10: | Line 10: | ||
An object classified by SYSCLS_OBJECTWITHIDMARKER and implementing the [[MetaProperties]] can be used to mark all objects having a code value (barcode, QR code or ID marker) stored on them. For offline search, the client can request all objects having the scanned value with the value in the belonging property (dependent on the type of the scanned code: barcode, QR code or ID Marker). | An object classified by SYSCLS_OBJECTWITHIDMARKER and implementing the [[MetaProperties]] can be used to mark all objects having a code value (barcode, QR code or ID marker) stored on them. For offline search, the client can request all objects having the scanned value with the value in the belonging property (dependent on the type of the scanned code: barcode, QR code or ID Marker). | ||
+ | |||
+ | Please be aware that since {{Version/ServerSince|4.4.0}} Version 4.4.0 we support defining multiple (optical) codes for one object. | ||
+ | W recommend to use [[SYSCLS_OBJECTWITHIDMARKERS|Classification with multiple optical markers]] instead. | ||
+ | If you are using an older version see [[HowTo:Make_an_Object_be_found_by_Optical_Codes#Single_Code|Find object with single Code]]. | ||
+ | |||
== MetaProperties == | == MetaProperties == | ||
Line 20: | Line 25: | ||
| QRCODE|| {{Text}} || Contains the QR code data | | QRCODE|| {{Text}} || Contains the QR code data | ||
|- | |- | ||
− | | MARKERID|| {{Integer}} || | + | | MARKERID|| {{Integer}} || This property is still required to fulfill the classification, but Metaio - IDs are no longer supported. This property must not be filled. |
|} | |} | ||
+ | |||
+ | [[Category:Classifications|O]] | ||
+ | |||
+ | == See also == | ||
+ | * [[SYSCLS_OBJECTWITHRFIDTAG]] | ||
+ | * [[SYSCLS_OBJECTWITHIDMARKERS]] | ||
+ | * [[HowTo:Make_an_Object_be_found_by_Optical_Codes]] | ||
[[Category:Classifications|O]] | [[Category:Classifications|O]] |
Latest revision as of 13:17, 26 July 2023
An object classified by SYSCLS_OBJECTWITHIDMARKER and implementing the MetaProperties can be used to mark all objects having a code value (barcode, QR code or ID marker) stored on them. For offline search, the client can request all objects having the scanned value with the value in the belonging property (dependent on the type of the scanned code: barcode, QR code or ID Marker).
Please be aware that since Version 4.4.0 we support defining multiple (optical) codes for one object. W recommend to use Classification with multiple optical markers instead. If you are using an older version see Find object with single Code.
MetaProperties
Name | Data type | Comment |
---|---|---|
BARCODE | Text | Contains the barcode data |
QRCODE | Text | Contains the QR code data |
MARKERID | Integer | This property is still required to fulfill the classification, but Metaio - IDs are no longer supported. This property must not be filled. |