Class RequestedTask<T extends RequestedTaskConfig>
java.lang.Object
com.yoti.api.client.docs.session.create.task.RequestedTask<T>
- Type Parameters:
T- class that extendsRequestedTaskConfig
- Direct Known Subclasses:
RequestedIdDocTextExtractionTask,RequestedSupplementaryDocTextExtractionTask
RequestedTask requests creation of a Task to be performed on each document-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RequestedTask
public RequestedTask()
-
-
Method Details
-
getType
Returns the type of the Task to create- Returns:
- the type
-
getConfig
Configuration to apply to the Task- Returns:
- the task configuration
-