|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.mechio.impl.speechrec.SpeechRecEventRecord
public class SpeechRecEventRecord
| Nested Class Summary | |
|---|---|
static class |
SpeechRecEventRecord.Builder
RecordBuilder for SpeechRecEventRecord instances. |
| Field Summary | |
|---|---|
double |
confidence
Deprecated. |
String |
recognizedText
Deprecated. |
String |
recognizerId
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
long |
timestampMillisecUTC
Deprecated. |
| Constructor Summary | |
|---|---|
SpeechRecEventRecord()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.apache.avro.specific.SpecificRecordBase |
|---|
compareTo, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String recognizerId
@Deprecated public long timestampMillisecUTC
@Deprecated public String recognizedText
@Deprecated public double confidence
| Constructor Detail |
|---|
public SpeechRecEventRecord()
| Method Detail |
|---|
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.SpecificRecordBase
public 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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||