data class BarcodeItemRO(val text: String = "", val type: String = "", val scan_id: String = "", val max_confidence: Float = 0.0f, val recognition_count: Int? = null, val symbol: String? = null, val created_at: String? = null, val position: FloatArray = emptyArray())