Class RequestedSupplementaryDocTextExtractionTask.Builder
java.lang.Object
com.yoti.api.client.docs.session.create.task.RequestedSupplementaryDocTextExtractionTask.Builder
- Enclosing class:
- RequestedSupplementaryDocTextExtractionTask
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Requires that the Task is always followed by a manual TextDataCheckRequires that only failed Tasks are followed by a manual TextDataCheckThe TextExtractionTask will never fallback to a manual TextDataCheck
-
Method Details
-
withManualCheckAlways
Requires that the Task is always followed by a manual TextDataCheck- Returns:
- the builder
-
withManualCheckFallback
Requires that only failed Tasks are followed by a manual TextDataCheck- Returns:
- the builder
-
withManualCheckNever
The TextExtractionTask will never fallback to a manual TextDataCheck- Returns:
- the builder
-
build
-