2023-11-24 08:48:07 +03:00
|
|
|
### YamlMime:JavaType
|
|
|
|
uid: "com.azure.communication.callautomation.models.VoiceKind"
|
|
|
|
fullName: "com.azure.communication.callautomation.models.VoiceKind"
|
|
|
|
name: "VoiceKind"
|
|
|
|
nameWithType: "VoiceKind"
|
|
|
|
summary: "Defines values for Voice<wbr>Kind."
|
|
|
|
inheritances:
|
|
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
inheritedClassMethods:
|
|
|
|
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
methodsRef:
|
|
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
|
|
methodsRef:
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
|
|
syntax: "public final class **VoiceKind**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.communication.callautomation.models.VoiceKind?alt=com.azure.communication.callautomation.models.VoiceKind&text=VoiceKind\" data-throw-if-not-resolved=\"False\" />>"
|
|
|
|
constructors:
|
|
|
|
- uid: "com.azure.communication.callautomation.models.VoiceKind.VoiceKind()"
|
|
|
|
fullName: "com.azure.communication.callautomation.models.VoiceKind.VoiceKind()"
|
|
|
|
name: "VoiceKind()"
|
|
|
|
nameWithType: "VoiceKind.VoiceKind()"
|
|
|
|
syntax: "public VoiceKind()"
|
|
|
|
fields:
|
|
|
|
- uid: "com.azure.communication.callautomation.models.VoiceKind.FEMALE"
|
|
|
|
fullName: "com.azure.communication.callautomation.models.VoiceKind.FEMALE"
|
|
|
|
name: "FEMALE"
|
|
|
|
nameWithType: "VoiceKind.FEMALE"
|
|
|
|
summary: "Static value female for Voice<wbr>Kind."
|
|
|
|
modifiers:
|
|
|
|
- "static"
|
|
|
|
- "final"
|
|
|
|
field:
|
|
|
|
type: "<xref href=\"com.azure.communication.callautomation.models.VoiceKind?alt=com.azure.communication.callautomation.models.VoiceKind&text=VoiceKind\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
syntax: "public static final VoiceKind FEMALE"
|
|
|
|
desc: "Static value female for VoiceKind."
|
|
|
|
- uid: "com.azure.communication.callautomation.models.VoiceKind.MALE"
|
|
|
|
fullName: "com.azure.communication.callautomation.models.VoiceKind.MALE"
|
|
|
|
name: "MALE"
|
|
|
|
nameWithType: "VoiceKind.MALE"
|
|
|
|
summary: "Static value male for Voice<wbr>Kind."
|
|
|
|
modifiers:
|
|
|
|
- "static"
|
|
|
|
- "final"
|
|
|
|
field:
|
|
|
|
type: "<xref href=\"com.azure.communication.callautomation.models.VoiceKind?alt=com.azure.communication.callautomation.models.VoiceKind&text=VoiceKind\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
syntax: "public static final VoiceKind MALE"
|
|
|
|
desc: "Static value male for VoiceKind."
|
|
|
|
methods:
|
|
|
|
- uid: "com.azure.communication.callautomation.models.VoiceKind.fromString(java.lang.String)"
|
|
|
|
fullName: "com.azure.communication.callautomation.models.VoiceKind.fromString(String name)"
|
|
|
|
name: "fromString(String name)"
|
|
|
|
nameWithType: "VoiceKind.fromString(String name)"
|
|
|
|
summary: "Creates or finds a Voice<wbr>Kind from its string representation."
|
|
|
|
modifiers:
|
|
|
|
- "static"
|
|
|
|
parameters:
|
|
|
|
- description: "a name to look for."
|
|
|
|
name: "name"
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
|
|
syntax: "public static VoiceKind fromString(String name)"
|
|
|
|
desc: "Creates or finds a VoiceKind from its string representation."
|
|
|
|
returns:
|
|
|
|
description: "the corresponding VoiceKind."
|
|
|
|
type: "<xref href=\"com.azure.communication.callautomation.models.VoiceKind?alt=com.azure.communication.callautomation.models.VoiceKind&text=VoiceKind\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.azure.communication.callautomation.models.VoiceKind.values()"
|
|
|
|
fullName: "com.azure.communication.callautomation.models.VoiceKind.values()"
|
|
|
|
name: "values()"
|
|
|
|
nameWithType: "VoiceKind.values()"
|
|
|
|
summary: "Gets known Voice<wbr>Kind values."
|
|
|
|
modifiers:
|
|
|
|
- "static"
|
|
|
|
syntax: "public static Collection<VoiceKind> values()"
|
|
|
|
desc: "Gets known VoiceKind values."
|
|
|
|
returns:
|
|
|
|
description: "known VoiceKind values."
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.communication.callautomation.models.VoiceKind?alt=com.azure.communication.callautomation.models.VoiceKind&text=VoiceKind\" data-throw-if-not-resolved=\"False\" />>"
|
|
|
|
type: "class"
|
|
|
|
desc: "Defines values for VoiceKind."
|
|
|
|
metadata: {}
|
|
|
|
package: "com.azure.communication.callautomation.models"
|
2024-08-27 08:21:42 +03:00
|
|
|
artifact: com.azure:azure-communication-callautomation:1.2.4
|