Class ImportedEvent
Inherited Members
Namespace: AnalysisPrograms.EventStatistics
Assembly: AnalysisPrograms.dll
Syntax
public class ImportedEvent
Properties
| Improve this Doc View SourceAudioEventId
Declaration
public long? AudioEventId { get; set; }
Property Value
| Improve this Doc View SourceAudioRecordingId
Declaration
public long? AudioRecordingId { get; set; }
Property Value
| Improve this Doc View SourceEventEndSeconds
Declaration
public double? EventEndSeconds { get; set; }
Property Value
| Improve this Doc View SourceEventStartSeconds
Declaration
public double? EventStartSeconds { get; set; }
Property Value
| Improve this Doc View SourceHighFrequencyHertz
Declaration
public double? HighFrequencyHertz { get; set; }
Property Value
| Improve this Doc View SourceLowFrequencyHertz
Declaration
public double? LowFrequencyHertz { get; set; }
Property Value
Methods
| Improve this Doc View SourceIsValid()
Declaration
public bool IsValid()
Returns
Type | Description |
---|---|
Boolean |
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. |