Class BiomSegmentChannelInformationType
A data type for a description of the transducer and transmission channel used to capture a recording.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomSegmentChannelInformationType : IEquatable<BiomSegmentChannelInformationType>
Properties
AcquisitionSourceCode
A kind of acquisition method for the source representation NIEM reference is biom:AcquisitionSourceCode
Declaration
[DataMember(Name = "acquisitionSourceCode")]
public List<BiomAcquisitionSourceCodeType> AcquisitionSourceCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomAcquisitionSourceCodeType> | A kind of acquisition method for the source representation NIEM reference is biom:AcquisitionSourceCode |
AudioCaptureDeviceCode
An audio segment channel capture device code. NIEM reference is biom:AudioCaptureDeviceCode
Declaration
[DataMember(Name = "audioCaptureDeviceCode")]
public List<BiomAudioCaptureDeviceCodeType> AudioCaptureDeviceCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomAudioCaptureDeviceCodeType> | An audio segment channel capture device code. NIEM reference is biom:AudioCaptureDeviceCode |
AudioCaptureEnvironment
A description of the acoustic environment of a recording. NIEM reference is biom:AudioCaptureEnvironmentText
Declaration
[DataMember(Name = "audioCaptureEnvironment")]
public List<NcTextType> AudioCaptureEnvironment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the acoustic environment of a recording. NIEM reference is biom:AudioCaptureEnvironmentText |
ChannelComment
A comment to identify or describe the transduction and transmission channels of a recording. NIEM reference is biom:ChannelCommentText
Declaration
[DataMember(Name = "channelComment")]
public List<NcTextType> ChannelComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A comment to identify or describe the transduction and transmission channels of a recording. NIEM reference is biom:ChannelCommentText |
Context
biomSegmentChannelInformationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomSegmentChannelInformationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomSegmentChannelInformationType.ContextEnum> | biomSegmentChannelInformationType JSON-LD context |
SegmentIdList
A list of segment identifiers. NIEM reference is biom:SegmentIDList
Declaration
[DataMember(Name = "segmentIdList")]
public List<BiomSegmentIDListType> SegmentIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSegmentIDListType> | A list of segment identifiers. NIEM reference is biom:SegmentIDList |
TransducerDistanceValue
An approximate distance between the speaker in a recording and the transducer. NIEM reference is biom:TransducerDistanceValue
Declaration
[DataMember(Name = "transducerDistanceValue")]
public List<BiomInteger0to99999Type> TransducerDistanceValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger0to99999Type> | An approximate distance between the speaker in a recording and the transducer. NIEM reference is biom:TransducerDistanceValue |
TransducerPrincipleCode
A transducer principle of a microphone. NIEM reference is biom:TransducerPrincipleCode
Declaration
[DataMember(Name = "transducerPrincipleCode")]
public List<BiomTransducerPrincipleCodeType> TransducerPrincipleCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomTransducerPrincipleCodeType> | A transducer principle of a microphone. NIEM reference is biom:TransducerPrincipleCode |
TransductionAlterationDescription
A description of any digital masking between transducer and recording, disguisers, or other attempts to alter the properties of a recording. NIEM reference is biom:TransductionAlterationDescriptionText
Declaration
[DataMember(Name = "transductionAlterationDescription")]
public List<NcTextType> TransductionAlterationDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of any digital masking between transducer and recording, disguisers, or other attempts to alter the properties of a recording. NIEM reference is biom:TransductionAlterationDescriptionText |
Methods
Equals(BiomSegmentChannelInformationType)
Returns true if BiomSegmentChannelInformationType instances are equal
Declaration
public bool Equals(BiomSegmentChannelInformationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomSegmentChannelInformationType | other | Instance of BiomSegmentChannelInformationType 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(BiomSegmentChannelInformationType, BiomSegmentChannelInformationType)
Declaration
public static bool operator ==(BiomSegmentChannelInformationType left, BiomSegmentChannelInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomSegmentChannelInformationType | left | |
BiomSegmentChannelInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomSegmentChannelInformationType, BiomSegmentChannelInformationType)
Declaration
public static bool operator !=(BiomSegmentChannelInformationType left, BiomSegmentChannelInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomSegmentChannelInformationType | left | |
BiomSegmentChannelInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |