public final class AudioCaptcha extends Object
Example for generating a new CAPTCHA:
AudioCaptcha ac = new AudioCaptcha.Builder() .addAnswer() .addNoise() .build();
Note that the build() method must always be called last. Other
methods are optional.
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AudioCaptcha.Builder |
Copyright © 2015. All rights reserved.