Uses of Class
org.robokind.impl.speech.SpeechEventRecord

Packages that use SpeechEventRecord
org.robokind.impl.speech   
 

Uses of SpeechEventRecord in org.robokind.impl.speech
 

Fields in org.robokind.impl.speech with type parameters of type SpeechEventRecord
 List<SpeechEventRecord> SpeechEventListRecord.speechEvents
          Deprecated. 
 

Methods in org.robokind.impl.speech that return SpeechEventRecord
 SpeechEventRecord SpeechEventRecord.Builder.build()
           
 SpeechEventRecord SpeechEventRecord.Builder.getValue()
           
 

Methods in org.robokind.impl.speech that return types with arguments of type SpeechEventRecord
 List<SpeechEventRecord> SpeechEventListRecord.getSpeechEvents()
          Gets the value of the 'speechEvents' field.
 List<SpeechEventRecord> SpeechEventListRecord.Builder.getSpeechEvents()
          Gets the value of the 'speechEvents' field
 

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

Method parameters in org.robokind.impl.speech with type arguments of type SpeechEventRecord
 void SpeechEventListRecord.setSpeechEvents(List<SpeechEventRecord> value)
          Sets the value of the 'speechEvents' field.
 SpeechEventListRecord.Builder SpeechEventListRecord.Builder.setSpeechEvents(List<SpeechEventRecord> value)
          Sets the value of the 'speechEvents' field
 



Copyright © 2011-2014. All Rights Reserved.