status property

int status
final

The status property indicates the outcome of the operation:

  • 1 for success
  • 0 for failure The imageBytes property contains the bytes of the resulting image after background removal. The errorMessage property holds an error message in case the operation failed.

Implementation

final int status;