Class AttemptsConfiguration.Builder
java.lang.Object
com.yoti.api.client.docs.session.create.AttemptsConfiguration.Builder
- Enclosing class:
- AttemptsConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withIdDocumentTextExtractionGenericRetries(int numberOfRetries) Sets the number of allowed GENERIC attempts for a given ID document text extraction taskwithIdDocumentTextExtractionReclassificationRetries(int numberOfRetries) Sets the number of allowed RECLASSIFICATION attempts for a given ID document text extraction task
-
Method Details
-
withIdDocumentTextExtractionReclassificationRetries
public AttemptsConfiguration.Builder withIdDocumentTextExtractionReclassificationRetries(int numberOfRetries) Sets the number of allowed RECLASSIFICATION attempts for a given ID document text extraction task- Parameters:
numberOfRetries- the number of allowed RECLASSIFICATION attempts- Returns:
- the builder
-
withIdDocumentTextExtractionGenericRetries
public AttemptsConfiguration.Builder withIdDocumentTextExtractionGenericRetries(int numberOfRetries) Sets the number of allowed GENERIC attempts for a given ID document text extraction task- Parameters:
numberOfRetries- the number of allowed GENERIC attempts- Returns:
- the builder
-
build
-