| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
static SpeechRecEventRecord.Builder |
SpeechRecEventRecord.newBuilder(SpeechRecEventRecord.Builder other)
Creates a new SpeechRecEventRecord RecordBuilder by copying an existing Builder
|
Copyright © 2011-2014. All Rights Reserved.