|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.ObjectjAudioFeatureExtractor.DataTypes.RecordingInfo
public class RecordingInfo
A class for holding references to audio recordings.
| フィールドの概要 | |
|---|---|
java.lang.String |
file_path
The path of the audio file referred to by objects of this class. |
java.lang.String |
identifier
A name used internally to refer to the referenced recording. |
AudioSamples |
samples
Audio samples stored as arrays of doubles. |
boolean |
should_extract_features
Whether or not a feature extractor receiving an object of this class should extract features from the referenced file. |
| コンストラクタの概要 | |
|---|---|
RecordingInfo(java.lang.String file_path)
Basic constructor for filling fields. |
|
RecordingInfo(java.lang.String identifier,
java.lang.String file_path,
AudioSamples samples,
boolean should_extract_features)
Basic constructor for filling fields. |
|
| メソッドの概要 |
|---|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public java.lang.String identifier
public java.lang.String file_path
public transient AudioSamples samples
public boolean should_extract_features
| コンストラクタの詳細 |
|---|
public RecordingInfo(java.lang.String identifier,
java.lang.String file_path,
AudioSamples samples,
boolean should_extract_features)
identifier - A name used internally to refer to the
referenced recording.file_path - The path of the audio file referred to by
objects of this class. Should be unique.samples - Audio samples stored as arrays of doubles.
May sometimes be set to null in order to
store space.should_extract_features - Whether or not a feature extractor receiving
an object of this class should extract
features from the referenced file.public RecordingInfo(java.lang.String file_path)
file_path - The path of the audio file referred to by
objects of this class. Should be unique.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||