public static class SpeechRecEventRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<SpeechRecEventRecord> implements org.apache.avro.data.RecordBuilder<SpeechRecEventRecord>, org.jflux.api.core.Source<SpeechRecEventRecord>
| Modifier and Type | Method and Description |
|---|---|
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
|
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>Copyright © 2011-2014. All Rights Reserved.