public class Labels extends AlignmentData
Constructor and Description |
---|
Labels(Document acoustparams) |
Labels(InputStream in) |
Labels(Label[] items) |
Labels(Labels e) |
Labels(String labelFile) |
Labels(String[] lines) |
Labels(String[] lines,
int minItemsPerLine) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
getLabelIndexAtTime(double time)
For the given time, return the index of the label at that time, if any.
|
String[] |
getLabelSymbols() |
int |
hashCode() |
void |
print() |
String |
toString() |
public Label[] items
public Labels(Label[] items)
public Labels(String[] lines)
public Labels(String[] lines, int minItemsPerLine)
public Labels(Labels e)
public Labels(InputStream in) throws IOException
IOException
public Labels(String labelFile) throws IOException
IOException
public Labels(Document acoustparams)
public String[] getLabelSymbols()
public void print()
public int getLabelIndexAtTime(double time)
time
- time in secondsCopyright © 2000–2016 DFKI GmbH. All rights reserved.