IndexField

class audformat.define.IndexField[source]

Index fields of a table.

Specifies the string values representing column/field names for a filewise and segmented index. The exact string values are part of the table specifications, and should never be changed by a user.

__eq__()

IndexField.__eq__(value, /)

Return self==value.

END

IndexField.END = 'end'

End index field.

Name of the index column listing end times in a segmented table.

FILE

IndexField.FILE = 'file'

File index field.

Name of the index column listing files in a filewise or segmented table.

START

IndexField.START = 'start'

Start index field.

Name of the index column listing start times in a segmented table.