medkit.core.audio.annotation_container#

Classes:

AudioAnnotationContainer(doc_id, raw_segment)

Manage a list of audio annotations belonging to an audio document.

class AudioAnnotationContainer(doc_id, raw_segment)[source]#

Manage a list of audio annotations belonging to an audio document.

This behaves more or less like a list: calling len() and iterating are supported. Additional filtering is available through the get() method.

Also provides handling of raw segment.