Uses of Class
com.azure.communication.callautomation.models.TextSource
Packages that use TextSource
Package
Description
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of TextSource in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return TextSourceModifier and TypeMethodDescriptionstatic TextSourceTextSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TextSource from the JsonReader.TextSource.setCustomVoiceEndpointId(String customVoiceEndpointId) Set the customVoiceEndpointId property: Endpoint where the custom voice was deployed.TextSource.setSourceLocale(String sourceLocale) Set the sourceLocale property: Source language locale to be played.Set the text property: Text for the cognitive service to be played.TextSource.setVoiceKind(VoiceKind voiceKind) Set the voiceKind property: Voice kind type.TextSource.setVoiceName(String voiceName) Set the voiceName property: Voice name to be played.