crowsetta.formats.as_list

Contents

crowsetta.formats.as_list#

crowsetta.formats.as_list() list[str][source]#

List available annotation formats.

Returns:

formats – A list of strings, shorthand names that can be used to access the class by calling by their shorthand names

Return type:

list

Examples

>>> import crowsetta
>>> crowsetta.formats.as_list()
['aud-bbox', 'aud-seq', 'birdsong-recognition-dataset', 'generic-seq', 'notmat', 'raven', 'simple-seq', 'textgrid', 'timit', 'yarden']  # noqa