Rater¶
- class audformat.Rater(type='human', *, description=None, meta=None)[source]¶
A rater is the author of an annotation.
- Parameters:
type (
str) – rater type, seeaudformat.define.RaterTypefor available rater typesdescription (
str) – rater descriptionmeta (
dict) – additional meta fields
- Raises:
BadValueError – if an invalid
typeis passed
Examples
>>> Rater(define.RaterType.HUMAN) {type: human}
__eq__()¶
description¶
- Rater.description¶
Description
dump()¶
from_dict()¶
meta¶
- Rater.meta¶
Dictionary with meta fields
to_dict()¶
type¶
- Rater.type¶
Rater type