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

Packages that use TranscriptElement.RecognitionLevel
com.techventus.server.voice.datatypes.records   
 

Uses of TranscriptElement.RecognitionLevel in com.techventus.server.voice.datatypes.records
 

Methods in com.techventus.server.voice.datatypes.records that return TranscriptElement.RecognitionLevel
 TranscriptElement.RecognitionLevel TranscriptElement.getLevel()
           
static TranscriptElement.RecognitionLevel TranscriptElement.RecognitionLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TranscriptElement.RecognitionLevel[] TranscriptElement.RecognitionLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.techventus.server.voice.datatypes.records with parameters of type TranscriptElement.RecognitionLevel
 void TranscriptElement.setLevel(TranscriptElement.RecognitionLevel level)
           
 

Constructors in com.techventus.server.voice.datatypes.records with parameters of type TranscriptElement.RecognitionLevel
TranscriptElement(java.lang.String text, java.lang.String id, TranscriptElement.RecognitionLevel level)
          Standard constructor