---
title: "VerbatimTtsAnnotation"
description: "The text associated with this annotation is a series of characters that have to be read verbatim."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
class VerbatimTtsAnnotation(val verbatim: String) : TtsAnnotation()
```


The text associated with this annotation is a series of characters that have to be read verbatim.

#### Parameters

| | |
| --- | --- |
| verbatim | a string where the characters are read verbatim except whitespace. |




