|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.robokind.avrogen.speech.SpeechConfigRecord
public class SpeechConfigRecord
| Nested Class Summary | |
|---|---|
static class |
SpeechConfigRecord.Builder
RecordBuilder for SpeechConfigRecord instances. |
| Field Summary | |
|---|---|
String |
configSourceId
Deprecated. |
double |
sampleRate
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
String |
speechServiceId
Deprecated. |
String |
voiceName
Deprecated. |
| Constructor Summary | |
|---|---|
SpeechConfigRecord()
|
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
String |
getConfigSourceId()
Gets the value of the 'configSourceId' field. |
Double |
getSampleRate()
Gets the value of the 'sampleRate' field. |
org.apache.avro.Schema |
getSchema()
|
String |
getSpeechServiceId()
Gets the value of the 'speechServiceId' field. |
String |
getVoiceName()
Gets the value of the 'voiceName' field. |
static SpeechConfigRecord.Builder |
newBuilder()
Creates a new SpeechConfigRecord RecordBuilder |
static SpeechConfigRecord.Builder |
newBuilder(SpeechConfigRecord.Builder other)
Creates a new SpeechConfigRecord RecordBuilder by copying an existing Builder |
static SpeechConfigRecord.Builder |
newBuilder(SpeechConfigRecord other)
Creates a new SpeechConfigRecord RecordBuilder by copying an existing SpeechConfigRecord instance |
void |
put(int field$,
Object value$)
|
void |
setConfigSourceId(String value)
Sets the value of the 'configSourceId' field. |
void |
setSampleRate(Double value)
Sets the value of the 'sampleRate' field. |
void |
setSpeechServiceId(String value)
Sets the value of the 'speechServiceId' field. |
void |
setVoiceName(String value)
Sets the value of the 'voiceName' 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 speechServiceId
@Deprecated public String configSourceId
@Deprecated public String voiceName
@Deprecated public double sampleRate
| Constructor Detail |
|---|
public SpeechConfigRecord()
| 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 getSpeechServiceId()
getSpeechServiceId in interface SpeechConfigpublic void setSpeechServiceId(String value)
value - the value to set.public String getConfigSourceId()
getConfigSourceId in interface SpeechConfigpublic void setConfigSourceId(String value)
value - the value to set.public String getVoiceName()
getVoiceName in interface SpeechConfigpublic void setVoiceName(String value)
value - the value to set.public Double getSampleRate()
getSampleRate in interface SpeechConfigpublic void setSampleRate(Double value)
value - the value to set.public static SpeechConfigRecord.Builder newBuilder()
public static SpeechConfigRecord.Builder newBuilder(SpeechConfigRecord.Builder other)
public static SpeechConfigRecord.Builder newBuilder(SpeechConfigRecord other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||