|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WordToSound | |
---|---|
com.octo.captcha.component.sound.wordtosound | This package provides implementations of the WordDecorator interface. |
com.octo.captcha.sound.gimpy | This package a struture for implementing gimpySound A gimpySound is SoundCaptcha with the question "Spell the word spoken". |
com.octo.captcha.sound.speller | This package a struture for implementing spellerSound A gimpySound is SoundCaptcha with the question "Write the word spelled out". |
com.octo.captcha.sound.spellfind |
Uses of WordToSound in com.octo.captcha.component.sound.wordtosound |
---|
Classes in com.octo.captcha.component.sound.wordtosound that implement WordToSound | |
---|---|
class |
AbstractFreeTTSWordToSound
WordToSound implementation with FreeTTS an openSource Text To Speech implementation. |
class |
AbstractWordToSound
WordToSound abstract implementation |
class |
CleanFreeTTSWordToSound
Clean use of FreeTTS, without effect. |
class |
FreeTTSWordToSound
WordToSound implementation with FreeTTS an openSource Text To Speech implementation. |
Uses of WordToSound in com.octo.captcha.sound.gimpy |
---|
Methods in com.octo.captcha.sound.gimpy that return WordToSound | |
---|---|
WordToSound |
GimpySoundFactory.getWordToSound()
|
Constructors in com.octo.captcha.sound.gimpy with parameters of type WordToSound | |
---|---|
GimpySoundFactory(WordGenerator thewordGenerator,
WordToSound theword2Sound)
Construct a GimpySoundFactory from a word generator component and a wordtosound component |
Uses of WordToSound in com.octo.captcha.sound.speller |
---|
Methods in com.octo.captcha.sound.speller that return WordToSound | |
---|---|
WordToSound |
SpellerSoundFactory.getWordToSound()
|
Constructors in com.octo.captcha.sound.speller with parameters of type WordToSound | |
---|---|
SpellerSoundFactory(WordGenerator wordGenerator,
WordToSound word2Sound,
SpellerWordDecorator wordDecorator)
Construct a GimpySoundFactory from a word generator component and a wordtosound component |
Uses of WordToSound in com.octo.captcha.sound.spellfind |
---|
Methods in com.octo.captcha.sound.spellfind that return WordToSound | |
---|---|
WordToSound |
SpellFindCaptchaFactory.getWordToSound()
|
Constructors in com.octo.captcha.sound.spellfind with parameters of type WordToSound | |
---|---|
SpellFindCaptchaFactory(WordGenerator wordGenerator,
WordToSound word2Sound)
Construct a GimpySoundFactory from a word generator component and a wordtosound component |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |