public class SpeechRecEventRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, SpeechRecEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
SpeechRecEventRecord.Builder
RecordBuilder for SpeechRecEventRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
double |
confidence
Deprecated.
|
String |
recognizedText
Deprecated.
|
String |
recognizerId
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
long |
timestampMillisecUTC
Deprecated.
|
| Constructor and Description |
|---|
SpeechRecEventRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int 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.
|
org.apache.avro.Schema |
getSchema() |
Long |
getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field.
|
static SpeechRecEventRecord.Builder |
newBuilder()
Creates a new SpeechRecEventRecord RecordBuilder
|
static SpeechRecEventRecord.Builder |
newBuilder(SpeechRecEventRecord.Builder other)
Creates a new SpeechRecEventRecord RecordBuilder by copying an existing Builder
|
static SpeechRecEventRecord.Builder |
newBuilder(SpeechRecEventRecord other)
Creates a new SpeechRecEventRecord RecordBuilder by copying an existing SpeechRecEventRecord instance
|
void |
put(int field$,
Object value$) |
void |
setConfidence(Double value)
Sets the value of the 'confidence' field.
|
void |
setRecognizedText(String value)
Sets the value of the 'recognizedText' field.
|
void |
setRecognizerId(String value)
Sets the value of the 'recognizerId' field.
|
void |
setTimestampMillisecUTC(Long value)
Sets the value of the 'timestampMillisecUTC' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String recognizerId
@Deprecated public long timestampMillisecUTC
@Deprecated public String recognizedText
@Deprecated public double confidence
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic String getRecognizerId()
getRecognizerId in interface SpeechRecEventpublic void setRecognizerId(String value)
value - the value to set.public Long getTimestampMillisecUTC()
getTimestampMillisecUTC in interface SpeechRecEventpublic void setTimestampMillisecUTC(Long value)
value - the value to set.public String getRecognizedText()
getRecognizedText in interface SpeechRecEventpublic void setRecognizedText(String value)
value - the value to set.public Double getConfidence()
getConfidence in interface SpeechRecEventpublic void setConfidence(Double value)
value - the value to set.public static SpeechRecEventRecord.Builder newBuilder()
public static SpeechRecEventRecord.Builder newBuilder(SpeechRecEventRecord.Builder other)
public static SpeechRecEventRecord.Builder newBuilder(SpeechRecEventRecord other)
Copyright © 2011-2014. All Rights Reserved.