Tag Name & type | # | Description |
---|
TTSObjectPreviewRequest | | Namespace of this element is http://ws.easylink.com/TTSObjectPreview/2011/01 |
| SubmitId xs:string | 0-1 | Optional string identifying request, which will be echoed in result. |
| PreviewDoc TTSObjectContentType | 1 | This choice generates a preview based on TTS object contents provided here in the request. |
| TTSContent DocumentType | 1 | This contains the TTS object SSML file, in Document format. See DocumentType. |
| Attachment DocumentType | 0- | These are the WAV file attachments associated with the TTS template, in Document format. See DocumentType. The DocType must be WAV. |
TTSPreviewObject TTSPreviewObjectType | 1 | This choice requests a preview of a pre-existing TTS object in the EasyLink stored object system. |
| ObjectStore xs:string | 1 | The store in which the TTS object is stored. This can be a specific EasyLink "domain" name, but using the generic system type "XDDS" or "MR" allows the Cloud Fax and Notifications API to choose the most appropriate available switch. |
| TTSObjectId StoredObjectIdType | 1 | TTS object identifier. See Stored Objects. |
| Attachment DocumentType | 0- | The TTS object attachments to be used in the preview are provided in Document format. See DocumentType. If attachments were already provided during the TTS object creation, these will be used instead in generating the preview. |
| Insert InsertType | 0- | These are the insert values to be used while previewing the TTS object. |
| @index xs:int | 1 | This is the index of the insert in the TTS SSML file. |
| @b64charset xs:string | 0-1 | Attribute defining the character set of the contained data/value. See Character Sets. |