-
public class ResultWrapper<T extends Object>Represents the result of processing a document to get its extractions. Wraps the result of the extraction request.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResultWrapper.SuccessRequest completed successfully and extractions were returned.
public final classResultWrapper.ErrorRequest was unable to complete - returns the cause of the error
public final classResultWrapper.LoadingRequest did not complete yet.
-