# \<say-as>

## \<say-as> <a href="#say-as" id="say-as"></a>

`<say-as>` tags provide contextual hints to the TTS engine about how text should be pronounced.

### Attributes

<table><thead><tr><th width="170.33333333333331">Name</th><th width="148">Data type<select><option value="e758a170d3f04eba8ab30ac555dce815" label="String" color="blue"></option><option value="543cd092528e4fae9443b2da5e6253b0" label="Integer" color="blue"></option><option value="4a62e103fe0742fea7e816a1e06164dc" label="Boolean" color="blue"></option></select></th><th>Description</th></tr></thead><tbody><tr><td>type</td><td><span data-option="e758a170d3f04eba8ab30ac555dce815">String</span></td><td>Specifies the contextual hint. See <a href="/pages/-M4L-yECQC1UvuTUrKvk">TTS Engine Characteristics</a> to view the say-as tag types.</td></tr><tr><td>interpret-as</td><td><span data-option="e758a170d3f04eba8ab30ac555dce815">String</span></td><td><p>Indicates the content type of the contained text construct (e.g. number, date, time, currency).</p><p></p><p>This attribute is redundant, however, as the &#x3C;say-as> tag types can do this as well.</p></td></tr><tr><td>format</td><td><span data-option="e758a170d3f04eba8ab30ac555dce815">String</span></td><td><p>Gives hints on the precise formatting of the contained text for content types that may have ambiguous formats (e.g. cardinal, ordinal, and digits (for number) and dmy, md, my, and ym (for date)).</p><p></p><p>This attribute is redundant, however, as the &#x3C;say-as> tag types can do this as well.</p></td></tr><tr><td>sub</td><td></td><td>This attribute is not supported.</td></tr></tbody></table>

### Notes

None

### Example

```markup
<?xml version="1.0"?>
<vxml version="2.0">
  <form>
    <block>
      <prompt>
        Acronym is spelled:
        <say-as type="acronym">
          acronym
        </say-as>
      </prompt>
    </block>
  </form>
</vxml>
```

The output of the above script would be:

> Computer: Acronym is spelled: A-C-R-O-N-Y-M.

### Child Tags

[\<value>](/dev/voicexml/tags/value-tag.md)&#x20;

### Parent Tags

[\<audio>](/dev/voicexml/tags/audio-tag.md), [\<emphasis>](/dev/voicexml/tags/emphasis-tag.md), [\<enumerate>](/dev/voicexml/tags/enumerate-tag.md), [\<foreach>](/dev/voicexml/tags/foreach-tag.md), [\<paragraph>](/dev/voicexml/tags/paragraph-tag.md), [\<prompt>](/dev/voicexml/tags/prompt-tag.md), [\<prosody>](/dev/voicexml/tags/prosody-tag.md), [\<sentence>](/dev/voicexml/tags/sentence-tag.md), [\<speak>](/dev/voicexml/tags/speak-tag.md), [\<voice>](/dev/voicexml/tags/voice-tag.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.plumvoice.com/dev/voicexml/tags/say-as-tag.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
