Class BiomDiaryInformationType
A data type that lists basic information and timings within the voice recording of interest.
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomDiaryInformationType : IEquatable<BiomDiaryInformationType>
Properties
Context
biomDiaryInformationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomDiaryInformationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomDiaryInformationType.ContextEnum> | biomDiaryInformationType JSON-LD context |
DiaryComment
A comment to contain additional information about the diarization. NIEM reference is biom:DiaryCommentText
Declaration
[DataMember(Name = "diaryComment")]
public List<NcTextType> DiaryComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A comment to contain additional information about the diarization. NIEM reference is biom:DiaryCommentText |
RelativeEndTimeInMsValue
An indication in microseconds the time of the end of the redaction relative to the beginning of the voice recording NIEM reference is biom:RelativeEndTimeInMSValue
Declaration
[DataMember(Name = "relativeEndTimeInMsValue")]
public List<NiemXspositiveInteger> RelativeEndTimeInMsValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXspositiveInteger> | An indication in microseconds the time of the end of the redaction relative to the beginning of the voice recording NIEM reference is biom:RelativeEndTimeInMSValue |
RelativeStartTimeInMsValue
An indication in microseconds the time of the start of the redaction relative to the beginning of the voice recording NIEM reference is biom:RelativeStartTimeInMSValue
Declaration
[DataMember(Name = "relativeStartTimeInMsValue")]
public List<NiemXspositiveInteger> RelativeStartTimeInMsValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXspositiveInteger> | An indication in microseconds the time of the start of the redaction relative to the beginning of the voice recording NIEM reference is biom:RelativeStartTimeInMSValue |
SegmentId
An identifier for a specific time segment. NIEM reference is biom:SegmentID
Declaration
[DataMember(Name = "segmentId")]
public List<NiemXspositiveInteger> SegmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXspositiveInteger> | An identifier for a specific time segment. NIEM reference is biom:SegmentID |
TrackChannelList
A list of track IDs for track and channel number list NIEM reference is biom:TrackChannelList
Declaration
[DataMember(Name = "trackChannelList")]
public List<BiomTrackListType> TrackChannelList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomTrackListType> | A list of track IDs for track and channel number list NIEM reference is biom:TrackChannelList |
Methods
Equals(BiomDiaryInformationType)
Returns true if BiomDiaryInformationType instances are equal
Declaration
public bool Equals(BiomDiaryInformationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomDiaryInformationType | other | Instance of BiomDiaryInformationType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(BiomDiaryInformationType, BiomDiaryInformationType)
Declaration
public static bool operator ==(BiomDiaryInformationType left, BiomDiaryInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDiaryInformationType | left | |
BiomDiaryInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomDiaryInformationType, BiomDiaryInformationType)
Declaration
public static bool operator !=(BiomDiaryInformationType left, BiomDiaryInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDiaryInformationType | left | |
BiomDiaryInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |