Uses of Class
com.azure.communication.callautomation.models.VoiceKind
Packages that use VoiceKind
Package
Description
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of VoiceKind in com.azure.communication.callautomation.models
Fields in com.azure.communication.callautomation.models declared as VoiceKindModifier and TypeFieldDescriptionstatic final VoiceKindVoiceKind.FEMALEStatic value female for VoiceKind.static final VoiceKindVoiceKind.MALEStatic value male for VoiceKind.Methods in com.azure.communication.callautomation.models that return VoiceKindModifier and TypeMethodDescriptionstatic VoiceKindVoiceKind.fromString(String name) Creates or finds a VoiceKind from its string representation.TextSource.getVoiceKind()Get the voiceKind property: Voice kind type.Methods in com.azure.communication.callautomation.models that return types with arguments of type VoiceKindModifier and TypeMethodDescriptionstatic Collection<VoiceKind> VoiceKind.values()Gets known VoiceKind values.Methods in com.azure.communication.callautomation.models with parameters of type VoiceKindModifier and TypeMethodDescriptionTextSource.setVoiceKind(VoiceKind voiceKind) Set the voiceKind property: Voice kind type.