Uses of Class
org.robokind.impl.speechrec.SpeechRecEventRecord

Uses of SpeechRecEventRecord in org.robokind.impl.speechrec
 

Fields in org.robokind.impl.speechrec with type parameters of type SpeechRecEventRecord
 List<SpeechRecEventRecord> SpeechRecEventListRecord.speechRecEvents
          Deprecated. 
 

Methods in org.robokind.impl.speechrec that return SpeechRecEventRecord
 SpeechRecEventRecord SpeechRecEventRecord.Builder.build()
           
 SpeechRecEventRecord SpeechRecEventRecord.Builder.getValue()
           
 

Methods in org.robokind.impl.speechrec that return types with arguments of type SpeechRecEventRecord
 List<SpeechRecEventRecord> SpeechRecEventListRecord.getSpeechRecEvents()
          Gets the value of the 'speechRecEvents' field.
 List<SpeechRecEventRecord> SpeechRecEventListRecord.Builder.getSpeechRecEvents()
          Gets the value of the 'speechRecEvents' field
 

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

Method parameters in org.robokind.impl.speechrec with type arguments of type SpeechRecEventRecord
 void SpeechRecEventListRecord.setSpeechRecEvents(List<SpeechRecEventRecord> value)
          Sets the value of the 'speechRecEvents' field.
 SpeechRecEventListRecord.Builder SpeechRecEventListRecord.Builder.setSpeechRecEvents(List<SpeechRecEventRecord> value)
          Sets the value of the 'speechRecEvents' field
 



Copyright © 2011-2014. All Rights Reserved.