### YamlMime:JavaType uid: "com.azure.communication.callautomation.models.VoiceKind" fullName: "com.azure.communication.callautomation.models.VoiceKind" name: "VoiceKind" nameWithType: "VoiceKind" summary: "Defines values for VoiceKind." inheritances: - "" - "" inheritedClassMethods: - classRef: "" methodsRef: - "fromString(java.lang.String,java.lang.Class)?alt=com.azure.core.util.ExpandableStringEnum.fromString&text=fromString\" data-throw-if-not-resolved=\"False\" />" - "values(java.lang.Class)?alt=com.azure.core.util.ExpandableStringEnum.values&text=values\" data-throw-if-not-resolved=\"False\" />" - "" - "" - "" - "" - classRef: "java.lang.Object" methodsRef: - "clone" - "finalize" - "getClass" - "notify" - "notifyAll" - "wait" - "wait" - "wait" syntax: "public final class **VoiceKind**
extends <>" 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 VoiceKind." modifiers: - "static" - "final" field: type: "" 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 VoiceKind." modifiers: - "static" - "final" field: type: "" 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 VoiceKind from its string representation." modifiers: - "static" parameters: - description: "a name to look for." name: "name" type: "String" syntax: "public static VoiceKind fromString(String name)" desc: "Creates or finds a VoiceKind from its string representation." returns: description: "the corresponding VoiceKind." type: "" - uid: "com.azure.communication.callautomation.models.VoiceKind.values()" fullName: "com.azure.communication.callautomation.models.VoiceKind.values()" name: "values()" nameWithType: "VoiceKind.values()" summary: "Gets known VoiceKind values." modifiers: - "static" syntax: "public static Collection values()" desc: "Gets known VoiceKind values." returns: description: "known VoiceKind values." type: "Collection<>" type: "class" desc: "Defines values for VoiceKind." metadata: {} package: "com.azure.communication.callautomation.models" artifact: com.azure:azure-communication-callautomation:1.2.6