IndexType

class audformat.define.IndexType[source]

Index types of a table.

Specifies the string values representing a filewise or segmented index. Those string values are returned by audformat.Table.type and audformat.index_type(). The exact string values are part of the table specifications, and should never be changed by a user.

__eq__()

IndexType.__eq__(value, /)

Return self==value.

FILEWISE

IndexType.FILEWISE = 'filewise'

Filewise index type.

SEGMENTED

IndexType.SEGMENTED = 'segmented'

Segmented index type.