recognize

@Nullable
open fun recognize(@Nullable ocrProducts: List<OcrProduct>, merchantBannerId: Int, @Nullable phone: String, @Nullable countryCode: String, qsrMerchantDetected: Boolean, performFuzzy: Boolean): List<Task<ProductSummaryDigest>>
@Nullable
open fun recognize(@Nullable ocrProducts: List<OcrProduct>, merchantBannerId: Int, @Nullable phone: String, @Nullable countryCode: String, qsrMerchantDetected: Boolean, performFuzzy: Boolean, batchSize: Int): List<Task<ProductSummaryDigest>>