|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of SpeechRecEventRecord.Builder in org.robokind.impl.speechrec |
|---|
| Methods in org.robokind.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.robokind.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 |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||