DtmfResult Class
- java.
lang. Object - com.
azure. communication. callautomation. models. RecognizeResult - com.
azure. communication. callautomation. models. DtmfResult
- com.
- com.
public final class DtmfResult
extends RecognizeResult
The DtmfResult model.
Constructor Summary
| Constructor | Description |
|---|---|
| DtmfResult() |
Creates an instance of DtmfResult. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
convertToString()
Set the tones property: The tones property. |
|
static
Dtmf |
fromJson(JsonReader jsonReader)
Reads an instance of Word from the Json |
|
List<Dtmf |
getTones()
Get the tones property: The tones property. |
|
Dtmf |
setTones(List<DtmfTone> dtmfTones)
Set the tones property: The tones property. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
DtmfResult
public DtmfResult()
Creates an instance of DtmfResult.
Method Details
convertToString
public String convertToString()
Set the tones property: The tones property.
Returns:
fromJson
public static DtmfResult fromJson(JsonReader jsonReader)
Reads an instance of Word from the JsonReader.
Parameters:
Returns:
Throws:
getTones
public List<DtmfTone> getTones()
Get the tones property: The tones property.
Returns:
setTones
public DtmfResult setTones(List<DtmfTone> dtmfTones)
Set the tones property: The tones property.
Parameters:
Returns: