| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
MetadataObject --+
|
AnalyzerResult
Object that contains the metadata and parameters of an analyzer process
Parameters
----------
data_mode : str
data_mode describes the type of data :
- 'value' for values
- 'label' for label data see LabelMetadata
time_mode : str
time_mode describes the correspondance between data values and time
- 'framewise'
- 'global'
- 'segment'
- 'event'
Returns
-------
A new MetadataObject with the following attributes :
- data_object : :class:`DataObject`
- id_metadata : :class:`IdMetadata`
- audio_metadata : :class:`AudioMetadata`
- frame_metadata : :class:`FrameMetadata`
- label_metadata : :class:`LabelMetadata`
- parameters : :class:`AnalyzerParameters` Object
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_default_value = OrderedDict([('id_metadata', None), ('data_ob
|
|||
|
|||
| data_mode | |||
| time_mode | |||
| data | |||
| time | |||
| duration | |||
| id | |||
| name | |||
| unit | |||
|
Inherited from |
|||
|
|||
Construct an Metadata object Abstract Class _default_value must be specified by Metadata() Parameters ---------- Returns ------- Metadata
|
x.__setattr__('name', value) <==> x.name = value
|
|
|
|
|
|
|
|||
_default_value
|
|
|||
data_mode
|
time_mode
|
data
|
time
|
duration
|
id
|
name
|
unit
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Dec 15 00:09:36 2013 | http://epydoc.sourceforge.net |