Uses of Class
org.robokind.impl.speech.SpeechConfigRecord.Builder

Packages that use SpeechConfigRecord.Builder
org.robokind.impl.speech   
 

Uses of SpeechConfigRecord.Builder in org.robokind.impl.speech
 

Methods in org.robokind.impl.speech that return SpeechConfigRecord.Builder
 SpeechConfigRecord.Builder SpeechConfigRecord.Builder.clearConfigSourceId()
          Clears the value of the 'configSourceId' field
 SpeechConfigRecord.Builder SpeechConfigRecord.Builder.clearSampleRate()
          Clears the value of the 'sampleRate' field
 SpeechConfigRecord.Builder SpeechConfigRecord.Builder.clearSpeechServiceId()
          Clears the value of the 'speechServiceId' field
 SpeechConfigRecord.Builder SpeechConfigRecord.Builder.clearVoiceName()
          Clears the value of the 'voiceName' field
static SpeechConfigRecord.Builder SpeechConfigRecord.newBuilder()
          Creates a new SpeechConfigRecord RecordBuilder
static SpeechConfigRecord.Builder SpeechConfigRecord.newBuilder(SpeechConfigRecord.Builder other)
          Creates a new SpeechConfigRecord RecordBuilder by copying an existing Builder
static SpeechConfigRecord.Builder SpeechConfigRecord.newBuilder(SpeechConfigRecord other)
          Creates a new SpeechConfigRecord RecordBuilder by copying an existing SpeechConfigRecord instance
 SpeechConfigRecord.Builder SpeechConfigRecord.Builder.setConfigSourceId(String value)
          Sets the value of the 'configSourceId' field
 SpeechConfigRecord.Builder SpeechConfigRecord.Builder.setSampleRate(double value)
          Sets the value of the 'sampleRate' field
 SpeechConfigRecord.Builder SpeechConfigRecord.Builder.setSpeechServiceId(String value)
          Sets the value of the 'speechServiceId' field
 SpeechConfigRecord.Builder SpeechConfigRecord.Builder.setVoiceName(String value)
          Sets the value of the 'voiceName' field
 

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



Copyright © 2011-2013. All Rights Reserved.