public class SpeechWordConfidenceTypeAdapter extends com.google.gson.TypeAdapter<SpeechWordConfidence>
| Constructor and Description |
|---|
SpeechWordConfidenceTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
SpeechWordConfidence |
read(com.google.gson.stream.JsonReader reader) |
void |
write(com.google.gson.stream.JsonWriter writer,
SpeechWordConfidence speechWordConfidence) |
public SpeechWordConfidence read(com.google.gson.stream.JsonReader reader) throws IOException
read in class com.google.gson.TypeAdapter<SpeechWordConfidence>IOExceptionpublic void write(com.google.gson.stream.JsonWriter writer,
SpeechWordConfidence speechWordConfidence)
throws IOException
write in class com.google.gson.TypeAdapter<SpeechWordConfidence>IOExceptionCopyright © 2015–2016. All rights reserved.