Updates to scanning flow
Out of the box, captur's user experience is balanced for speed and accuracy - built on best practices and what users love.
Users may want something that feels a bit more familiar, or more control over the experience, especially in initial rollouts.
The Captur SDK provides methods to:
setDelay()
before the scanning starts. The default is1
secondsetTimeout()
to increase or decrease the time before scanning ends even if no decision has been made. The default is5
seconds. This is cumulative, so it happens after the delayendAttempt()
to return a decision immediately. This can be a solution when the user will not accept the guidance message, and seeks to override AI guidance, or the rare edge cases where the model fails to converge on a decision quickly enough.
Updated 5 months ago
Did this page help you?