public class SpeechConfigRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, SpeechConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
SpeechConfigRecord.Builder
RecordBuilder for SpeechConfigRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
String |
configSourceId
Deprecated.
|
double |
sampleRate
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
String |
speechServiceId
Deprecated.
|
String |
voiceName
Deprecated.
|
| Constructor and Description |
|---|
SpeechConfigRecord() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String speechServiceId
@Deprecated public String configSourceId
@Deprecated public String voiceName
@Deprecated public double sampleRate
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 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)
Copyright © 2011-2014. All Rights Reserved.