|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TranscriptElement | |
---|---|
com.techventus.server.voice.datatypes.records |
Uses of TranscriptElement in com.techventus.server.voice.datatypes.records |
---|
Methods in com.techventus.server.voice.datatypes.records that return TranscriptElement | |
---|---|
static TranscriptElement |
TranscriptElement.extractTransscriptElement(java.lang.String html)
Creates a TranscriptElement based on the html, for example: Hello World! |
Methods in com.techventus.server.voice.datatypes.records that return types with arguments of type TranscriptElement | |
---|---|
java.util.List<TranscriptElement> |
Transcript.getElements()
|
Method parameters in com.techventus.server.voice.datatypes.records with type arguments of type TranscriptElement | |
---|---|
void |
Transcript.setElements(java.util.List<TranscriptElement> elements)
|
Constructor parameters in com.techventus.server.voice.datatypes.records with type arguments of type TranscriptElement | |
---|---|
Transcript(java.util.List<TranscriptElement> elements)
Creates a Transcript out of a List of Elements - usage: List |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |