unclear_text_text method

  1. @override
String unclear_text_text(
  1. String document
)
override

Message when document text is unclear

In en, this message translates to: 'The text on your {document} is hard to read. Please try again.'

Implementation

@override
String unclear_text_text(String document) {
  return 'ତୁମର $document on ଉପରେ ଥିବା ପାଠ ପ to ିବା କଷ୍ଟକର | ଦୟାକରି ପୁନର୍ବାର ଚେଷ୍ଟା କରନ୍ତୁ |';
}