TextSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The TextSource.
public class TextSource : Azure.Communication.CallAutomation.PlaySource
type TextSource = class
inherit PlaySource
Public Class TextSource
Inherits PlaySource
- Inheritance
Constructors
TextSource(String) |
Initializes a new instance of TextSource. |
TextSource(String, String) |
Initializes a new instance of TextSource. |
TextSource(String, String, VoiceKind) |
Initializes a new instance of TextSource. |
Properties
CustomVoiceEndpointId |
Endpoint where the custom voice was deployed. |
PlaySourceCacheId |
Defines the identifier to be used for caching related media. (Inherited from PlaySource) |
SourceLocale |
Source language locale to be played. |
Text |
Text for the cognitive service to be played. |
VoiceKind |
Voice type. |
VoiceName |
Voice name to be played. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET