Usage

class audformat.define.Usage[source]

Usage permission of database.

Specifies string values representing usage of a database. Those string values have to be provided as usage argument to audformat.Database, and returned by audformat.Database.usage. The exact string values are part of the database specifications, and should never be changed by a user.

__eq__()

Usage.__eq__(value, /)

Return self==value.

COMMERCIAL

Usage.COMMERCIAL = 'commercial'

Commercial usage.

OTHER

Usage.OTHER = 'other'

Other usage.

RESEARCH

Usage.RESEARCH = 'research'

Research only usage.

RESTRICTED

Usage.RESTRICTED = 'restricted'

Restricted usage.

UNRESTRICTED

Usage.UNRESTRICTED = 'unrestricted'

Unrestricted usage.