Class ImportedEvent
Inheritance
ImportedEvent
Assembly: AnalysisPrograms.dll
Syntax
public class ImportedEvent
Properties
|
Improve this Doc
View Source
AudioEventId
Declaration
public long? AudioEventId { get; set; }
Property Value
|
Improve this Doc
View Source
AudioRecordingId
Declaration
public long? AudioRecordingId { get; set; }
Property Value
|
Improve this Doc
View Source
EventEndSeconds
Declaration
public double? EventEndSeconds { get; set; }
Property Value
|
Improve this Doc
View Source
EventStartSeconds
Declaration
public double? EventStartSeconds { get; set; }
Property Value
|
Improve this Doc
View Source
HighFrequencyHertz
Declaration
public double? HighFrequencyHertz { get; set; }
Property Value
|
Improve this Doc
View Source
LowFrequencyHertz
Declaration
public double? LowFrequencyHertz { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
IsValid()
Declaration
Returns
|
Improve this Doc
View Source
ToString()
Returns a JSON encoded string that describes this object.
Declaration
public override string ToString()
Returns
Type |
Description |
String |
The string that describes this object.
|
Overrides
Extension Methods