enableCaptureProgressFeedback

@SerializedName(value = "enableCaptureProgressFeedback")
val enableCaptureProgressFeedback: Boolean = true

Enables capture progress messages that will be displayed when a user is capturing a receipt.

These messages convey to the user what task the capture process is currently working on. It can increase perceived responsiveness of receipt capture as more feedback is being conveyed to the user.

The exact messages provided can be changed creating a style with string attributes: R.styleable.ReceiptCaptureProgressFeedbackStrings_captureStatehintNoreceiptfoundLabel R.styleable.ReceiptCaptureProgressFeedbackStrings_captureStatehintTrackingreceiptLabel R.styleable.ReceiptCaptureProgressFeedbackStrings_captureStatehintCapturingLabel R.styleable.ReceiptCaptureProgressFeedbackStrings_captureStatehintProcessingAccessibilityLabel

If using the default documentTypeStrings configuration, please create styles with the below names

Otherwise, if a custom documentTypeStrings is being used, the DocumentTypeStrings.captureStrings.progressHintStrings property will be honored. Just ensure that every string attribute listed above from the styleable declaration is included, or crashes can occur