Uses of Class
org.mechio.impl.speechrec.SpeechRecEventRecord.Builder

Uses of SpeechRecEventRecord.Builder in org.mechio.impl.speechrec
 

Methods in org.mechio.impl.speechrec that return SpeechRecEventRecord.Builder
 SpeechRecEventRecord.Builder SpeechRecEventRecord.Builder.clearConfidence()
          Clears the value of the 'confidence' field
 SpeechRecEventRecord.Builder SpeechRecEventRecord.Builder.clearRecognizedText()
          Clears the value of the 'recognizedText' field
 SpeechRecEventRecord.Builder SpeechRecEventRecord.Builder.clearRecognizerId()
          Clears the value of the 'recognizerId' field
 SpeechRecEventRecord.Builder SpeechRecEventRecord.Builder.clearTimestampMillisecUTC()
          Clears the value of the 'timestampMillisecUTC' field
static SpeechRecEventRecord.Builder SpeechRecEventRecord.newBuilder()
          Creates a new SpeechRecEventRecord RecordBuilder
static SpeechRecEventRecord.Builder SpeechRecEventRecord.newBuilder(SpeechRecEventRecord.Builder other)
          Creates a new SpeechRecEventRecord RecordBuilder by copying an existing Builder
static SpeechRecEventRecord.Builder SpeechRecEventRecord.newBuilder(SpeechRecEventRecord other)
          Creates a new SpeechRecEventRecord RecordBuilder by copying an existing SpeechRecEventRecord instance
 SpeechRecEventRecord.Builder SpeechRecEventRecord.Builder.setConfidence(double value)
          Sets the value of the 'confidence' field
 SpeechRecEventRecord.Builder SpeechRecEventRecord.Builder.setRecognizedText(String value)
          Sets the value of the 'recognizedText' field
 SpeechRecEventRecord.Builder SpeechRecEventRecord.Builder.setRecognizerId(String value)
          Sets the value of the 'recognizerId' field
 SpeechRecEventRecord.Builder SpeechRecEventRecord.Builder.setTimestampMillisecUTC(long value)
          Sets the value of the 'timestampMillisecUTC' field
 

Methods in org.mechio.impl.speechrec with parameters of type SpeechRecEventRecord.Builder
static SpeechRecEventRecord.Builder SpeechRecEventRecord.newBuilder(SpeechRecEventRecord.Builder other)
          Creates a new SpeechRecEventRecord RecordBuilder by copying an existing Builder
 



Copyright © 2011-2014. All Rights Reserved.