Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.21 KB

File metadata and controls

32 lines (28 loc) · 2.21 KB

SoundAnnotation

Provides SoundAnnotation.

Properties

Name Type Description Notes
links list[Link] Link to the document. [optional]
color Color Color of the annotation. [optional]
contents str Get the annotation content. [optional]
modified str The date and time when the annotation was last modified. [optional]
id str Gets ID of the annotation. [optional]
flags list[AnnotationFlags] Gets Flags of the annotation. [optional]
name str Gets Name of the annotation. [optional]
rect Rectangle Gets Rect of the annotation.
page_index int Gets PageIndex of the annotation. [optional]
z_index int 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 str The date and time when the annotation was created. [optional]
subject str Get the annotation subject. [optional]
title str Get the annotation title. [optional]
rich_text str Get the annotation RichText. [optional]
file_path str 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 int Gets or sets the sampling rate, in samples per second. [optional]
channels int Gets or sets the number of sound channels. [optional]
bits int 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]

[Back to Model list] [Back to API list] [Back to README]