| Package | Description |
|---|---|
| com.azure.communication.callingserver.models |
Package containing classes for AzureCommunicationCallingServerService.
|
| Modifier and Type | Field and Description |
|---|---|
static ToneValue |
ToneValue.A
Static value a for ToneValue.
|
static ToneValue |
ToneValue.B
Static value b for ToneValue.
|
static ToneValue |
ToneValue.C
Static value c for ToneValue.
|
static ToneValue |
ToneValue.D
Static value d for ToneValue.
|
static ToneValue |
ToneValue.FLASH
Static value flash for ToneValue.
|
static ToneValue |
ToneValue.POUND
Static value pound for ToneValue.
|
static ToneValue |
ToneValue.STAR
Static value star for ToneValue.
|
static ToneValue |
ToneValue.TONE0
Static value tone0 for ToneValue.
|
static ToneValue |
ToneValue.TONE1
Static value tone1 for ToneValue.
|
static ToneValue |
ToneValue.TONE2
Static value tone2 for ToneValue.
|
static ToneValue |
ToneValue.TONE3
Static value tone3 for ToneValue.
|
static ToneValue |
ToneValue.TONE4
Static value tone4 for ToneValue.
|
static ToneValue |
ToneValue.TONE5
Static value tone5 for ToneValue.
|
static ToneValue |
ToneValue.TONE6
Static value tone6 for ToneValue.
|
static ToneValue |
ToneValue.TONE7
Static value tone7 for ToneValue.
|
static ToneValue |
ToneValue.TONE8
Static value tone8 for ToneValue.
|
static ToneValue |
ToneValue.TONE9
Static value tone9 for ToneValue.
|
| Modifier and Type | Method and Description |
|---|---|
static ToneValue |
ToneValue.fromString(String name)
Creates or finds a ToneValue from its string representation.
|
ToneValue |
ToneInfo.getTone()
Get the tone property: Gets the tone detected.
|
| Constructor and Description |
|---|
ToneInfo(Integer sequenceId,
ToneValue tone)
Initializes a new instance of ToneInfo.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.