|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.data.RecordBuilderBase<T>
org.apache.avro.specific.SpecificRecordBuilderBase<SpeechRecEventRecord>
org.robokind.impl.speechrec.SpeechRecEventRecord.Builder
public static class SpeechRecEventRecord.Builder
RecordBuilder for SpeechRecEventRecord instances.
| Method Summary | |
|---|---|
SpeechRecEventRecord |
build()
|
SpeechRecEventRecord.Builder |
clearConfidence()
Clears the value of the 'confidence' field |
SpeechRecEventRecord.Builder |
clearRecognizedText()
Clears the value of the 'recognizedText' field |
SpeechRecEventRecord.Builder |
clearRecognizerId()
Clears the value of the 'recognizerId' field |
SpeechRecEventRecord.Builder |
clearTimestampMillisecUTC()
Clears the value of the 'timestampMillisecUTC' field |
Double |
getConfidence()
Gets the value of the 'confidence' field |
String |
getRecognizedText()
Gets the value of the 'recognizedText' field |
String |
getRecognizerId()
Gets the value of the 'recognizerId' field |
Long |
getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field |
SpeechRecEventRecord |
getValue()
|
boolean |
hasConfidence()
Checks whether the 'confidence' field has been set |
boolean |
hasRecognizedText()
Checks whether the 'recognizedText' field has been set |
boolean |
hasRecognizerId()
Checks whether the 'recognizerId' field has been set |
boolean |
hasTimestampMillisecUTC()
Checks whether the 'timestampMillisecUTC' field has been set |
SpeechRecEventRecord.Builder |
setConfidence(double value)
Sets the value of the 'confidence' field |
SpeechRecEventRecord.Builder |
setRecognizedText(String value)
Sets the value of the 'recognizedText' field |
SpeechRecEventRecord.Builder |
setRecognizerId(String value)
Sets the value of the 'recognizerId' field |
SpeechRecEventRecord.Builder |
setTimestampMillisecUTC(long value)
Sets the value of the 'timestampMillisecUTC' field |
| Methods inherited from class org.apache.avro.data.RecordBuilderBase |
|---|
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getRecognizerId()
public SpeechRecEventRecord.Builder setRecognizerId(String value)
public boolean hasRecognizerId()
public SpeechRecEventRecord.Builder clearRecognizerId()
public Long getTimestampMillisecUTC()
public SpeechRecEventRecord.Builder setTimestampMillisecUTC(long value)
public boolean hasTimestampMillisecUTC()
public SpeechRecEventRecord.Builder clearTimestampMillisecUTC()
public String getRecognizedText()
public SpeechRecEventRecord.Builder setRecognizedText(String value)
public boolean hasRecognizedText()
public SpeechRecEventRecord.Builder clearRecognizedText()
public Double getConfidence()
public SpeechRecEventRecord.Builder setConfidence(double value)
public boolean hasConfidence()
public SpeechRecEventRecord.Builder clearConfidence()
public SpeechRecEventRecord build()
build in interface org.apache.avro.data.RecordBuilder<SpeechRecEventRecord>public SpeechRecEventRecord getValue()
getValue in interface org.jflux.api.core.Source<SpeechRecEventRecord>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||