Provides SoundAnnotation.
| Name | Type | Description | Notes |
|---|---|---|---|
| links | Array<Link> | Link to the document. | [optional] |
| color | Color | Color of the annotation. | [optional] |
| contents | String | Get the annotation content. | [optional] |
| modified | String | The date and time when the annotation was last modified. | [optional] |
| id | String | Gets ID of the annotation. | [optional] |
| flags | Array<AnnotationFlags> | Gets Flags of the annotation. | [optional] |
| name | String | Gets Name of the annotation. | [optional] |
| rect | Rectangle | Gets Rect of the annotation. | |
| page_index | Integer | Gets PageIndex of the annotation. | [optional] |
| z_index | Integer | Gets ZIndex of the annotation. | [optional] |
| horizontal_alignment | HorizontalAlignment | Gets HorizontalAlignment of the annotation. | [optional] |
| vertical_alignment | VerticalAlignment | Gets VerticalAlignment of the annotation. | [optional] |
| creation_date | String | The date and time when the annotation was created. | [optional] |
| subject | String | Get the annotation subject. | [optional] |
| title | String | Get the annotation title. | [optional] |
| rich_text | String | Get the annotation RichText. | [optional] |
| file_path | String | A sound file path defining the sound to be played when the annotation is activated. | |
| icon | SoundIcon | Gets or sets an icon to be used in displaying the annotation. | [optional] |
| rate | Integer | Gets or sets the sampling rate, in samples per second. | [optional] |
| channels | Integer | Gets or sets the number of sound channels. | [optional] |
| bits | Integer | Gets or sets the number of bits per sample value per channel. | [optional] |
| encoding | SoundEncoding | Gets or sets the encoding format for the sample data. | [optional] |