FirebaseVisionBarcode.BarcodeValueType

public static abstract @interface FirebaseVisionBarcode.BarcodeValueType implements Annotation

Barcode value type constants - enumeration of supported barcode content value types

Supported types include:

  1. TYPE_UNKNOWN
  2. TYPE_CONTACT_INFO
  3. TYPE_EMAIL
  4. TYPE_ISBN
  5. TYPE_PHONE
  6. TYPE_PRODUCT
  7. TYPE_SMS
  8. TYPE_TEXT
  9. TYPE_URL
  10. TYPE_WIFI
  11. TYPE_GEO
  12. TYPE_CALENDAR_EVENT
  13. TYPE_DRIVER_LICENSE

Inherited Method Summary