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("Transcript(String) -
Constructor for class com.techventus.server.voice.datatypes.records.Transcript
Creates a transcripts with only Text, with RecognitionLevel.UNKNOWN