Uses of Class
com.techventus.server.voice.datatypes.records.TranscriptElement

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 transElementList = new ArrayList(); // go through the array and create transscript elments for (int i = 0; i < transElementsAsString.length; i++) { transElementList.add(TranscriptElement.extractTransscriptElement("