Class BiomRecordingContentDescriptorType
A data type for a recording content descriptor
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomRecordingContentDescriptorType : IEquatable<BiomRecordingContentDescriptorType>
Properties
Context
biomRecordingContentDescriptorType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomRecordingContentDescriptorType.ContextEnum? Context { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<BiomRecordingContentDescriptorType.ContextEnum> | biomRecordingContentDescriptorType JSON-LD context |
RecordingAssignedVoiceCategoryCode
A kind of first information item is the assigned voice indicator / AVI. It is mandatory if this field is used. It indicates if the voice recording sample was obtained from a known subject. NIEM reference is biom:RecordingAssignedVoiceCategoryCode
Declaration
[DataMember(Name = "recordingAssignedVoiceCategoryCode")]
public List<BiomRecordingAssignedVoiceCategoryCodeType> RecordingAssignedVoiceCategoryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<BiomRecordingAssignedVoiceCategoryCodeType> | A kind of first information item is the assigned voice indicator / AVI. It is mandatory if this field is used. It indicates if the voice recording sample was obtained from a known subject. NIEM reference is biom:RecordingAssignedVoiceCategoryCode |
RecordingContentComment
A kind of comment that allows statements of up to 4000 Unicode characters in length describing methods by which the plurality and nationality of the speakers was determined, along with any supporting text. NIEM reference is biom:RecordingContentCommentText
Declaration
[DataMember(Name = "recordingContentComment")]
public List<BiomLongCommentType> RecordingContentComment { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<BiomLongCommentType> | A kind of comment that allows statements of up to 4000 Unicode characters in length describing methods by which the plurality and nationality of the speakers was determined, along with any supporting text. NIEM reference is biom:RecordingContentCommentText |
SpeakerPluralityCode
A kind of second information item is the speaker plurality code / SPC. It is optional and indicates plurality of speakers represented on voice recording: M = multiple speakers S = single speaker. NIEM reference is biom:SpeakerPluralityCode
Declaration
[DataMember(Name = "speakerPluralityCode")]
public List<BiomSpeakerPluralityCodeType> SpeakerPluralityCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<BiomSpeakerPluralityCodeType> | A kind of second information item is the speaker plurality code / SPC. It is optional and indicates plurality of speakers represented on voice recording: M = multiple speakers S = single speaker. NIEM reference is biom:SpeakerPluralityCode |
Methods
Equals(BiomRecordingContentDescriptorType)
Returns true if BiomRecordingContentDescriptorType instances are equal
Declaration
public bool Equals(BiomRecordingContentDescriptorType other)
Parameters
| Type | Name | Description |
|---|---|---|
| BiomRecordingContentDescriptorType | other | Instance of BiomRecordingContentDescriptorType 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(BiomRecordingContentDescriptorType, BiomRecordingContentDescriptorType)
Declaration
public static bool operator ==(BiomRecordingContentDescriptorType left, BiomRecordingContentDescriptorType right)
Parameters
| Type | Name | Description |
|---|---|---|
| BiomRecordingContentDescriptorType | left | |
| BiomRecordingContentDescriptorType | right |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Inequality(BiomRecordingContentDescriptorType, BiomRecordingContentDescriptorType)
Declaration
public static bool operator !=(BiomRecordingContentDescriptorType left, BiomRecordingContentDescriptorType right)
Parameters
| Type | Name | Description |
|---|---|---|
| BiomRecordingContentDescriptorType | left | |
| BiomRecordingContentDescriptorType | right |
Returns
| Type | Description |
|---|---|
| System.Boolean |