BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-recognizer
/
com.microblink
/
ProductDetector
/
recognize
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
>
>