|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BargeInType | |
|---|---|
| org.jvoicexml | This package contains the user relevant interfaces and classes to interact with the JVoiceXML VoiceXML interpreter. |
| org.jvoicexml.implementation | This package contains the basic classes and interfaces for the implementation platform. |
| org.jvoicexml.implementation.jsapi10 | This package contains basic classes to support JSAPI 1.0 implementations
for UserInput and
SystemOutput. |
| org.jvoicexml.xml.vxml | This package contains the classes to handle VoiceXML documents and related tags. |
| Uses of BargeInType in org.jvoicexml |
|---|
| Methods in org.jvoicexml that return types with arguments of type BargeInType | |
|---|---|
Collection<BargeInType> |
SpokenInput.getSupportedBargeInTypes()
Retrieves the barge-in types supported by this UserInput. |
| Uses of BargeInType in org.jvoicexml.implementation |
|---|
| Methods in org.jvoicexml.implementation with parameters of type BargeInType | |
|---|---|
void |
UserInputListener.speechStarted(BargeInType type)
Notification that the user started to speak. |
void |
JVoiceXmlImplementationPlatform.speechStarted(BargeInType type)
Notification that the user started to speak. |
| Uses of BargeInType in org.jvoicexml.implementation.jsapi10 |
|---|
| Methods in org.jvoicexml.implementation.jsapi10 that return types with arguments of type BargeInType | |
|---|---|
Collection<BargeInType> |
AudioInput.getSupportedBargeInTypes()
Retrieves the barge-in types supported by this UserInput. |
| Uses of BargeInType in org.jvoicexml.xml.vxml |
|---|
| Methods in org.jvoicexml.xml.vxml that return BargeInType | |
|---|---|
BargeInType |
Prompt.getBargeintype()
Retrieve the bargeintype attribute. |
static BargeInType |
BargeInType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BargeInType[] |
BargeInType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.jvoicexml.xml.vxml with parameters of type BargeInType | |
|---|---|
void |
Prompt.setBargeintype(BargeInType bargeintype)
Set the bargeintype attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||