# CompletionError.RequestedCaptcha.Challenge

Captcha object abstraction. Use `solve(answer: String)` method to submit answer

## Nested Class Summary

| Modifier and Type | Class | Description |
| --- | --- | --- |
|  |  | Nested Classes |

## Field Summary

| Modifier and Type | Field | Description |
| --- | --- | --- |
| `private final Bitmap` | `bitmap` |  |

## Constructor Summary

| Constructor | Description |
| --- | --- |
|  | Constructors |

## Enum Constant Summary

| Enum Constant | Description |
| --- | --- |
|  | Enum Constants |

## Method Summary

| Modifier and Type | Method | Description |
| --- | --- | --- |
| `final Bitmap` | `getBitmap()` |  |
| `final Unit` | `solve(String answer)` |  |

### Methods inherited from class java.lang.Object

`clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait`

### Constructor Detail

### Method Detail

#### getBitmap

```java
final Bitmap getBitmap()
```

#### solve

```java
final Unit solve(String answer)
```
