Class SourceAudioProvenance
This class holds info about provenance of a recording used to construct a template.
Inherited Members
Namespace: AudioAnalysisTools.ContentDescriptionTools
Assembly: AudioAnalysisTools.dll
Syntax
public class SourceAudioProvenance
Properties
| Improve this Doc View SourceBasename
Gets or sets the basename for the source index files". Gets or sets the first minute (or matrix row assuming one-minute per row) of the selected indices. The rows/minutes are inclusive.
Declaration
public string Basename { get; set; }
Property Value
Type | Description |
---|---|
String |
Directory
Gets or sets the directory containing the source index files".
Declaration
public string Directory { get; set; }
Property Value
Type | Description |
---|---|
String |
EndOffset
Declaration
public int EndOffset { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Location
Gets or sets the template Recording Location".
Declaration
public string Location { get; set; }
Property Value
Type | Description |
---|---|
String |
StartOffset
Gets or sets the first minute (or matrix row assuming one-minute per row) of the selected indices. The rows/minutes are inclusive.
Declaration
public int StartOffset { get; set; }
Property Value
Type | Description |
---|---|
Int32 |