Buzzr Sports Engine API
Preparing search index...
@buzzr/bets-core
BetslipParseResult
Type Alias BetslipParseResult
BetslipParseResult
:
|
{
bet
:
BetRecord
;
confidence
:
number
;
ok
:
true
;
parser
:
"apple_ocr"
|
"template"
|
"haiku"
|
"sonnet"
|
string
;
rawText
?:
string
;
warnings
?:
readonly
string
[]
;
}
|
{
ok
:
false
;
parser
?:
"apple_ocr"
|
"template"
|
"haiku"
|
"sonnet"
|
string
;
rawText
?:
string
;
reason
:
|
"empty_image"
|
"unsupported_book"
|
"low_confidence"
|
"invalid_shape"
|
string
;
warnings
?:
readonly
string
[]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Buzzr Sports Engine API
Loading...