Class BiomAudioInformationType
A data type for a description of specific time segments within a voice recording, and their processing.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomAudioInformationType : IEquatable<BiomAudioInformationType>
  Properties
Context
biomAudioInformationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomAudioInformationType.ContextEnum? Context { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<BiomAudioInformationType.ContextEnum> | biomAudioInformationType JSON-LD context  | 
      
ProcessingAuthority
A text value containing information about the agency that performed post-capture processing. NIEM reference is biom:ProcessingAuthorityText
Declaration
[DataMember(Name = "processingAuthority")]
public List<NcTextType> ProcessingAuthority { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<NcTextType> | A text value containing information about the agency that performed post-capture processing. NIEM reference is biom:ProcessingAuthorityText  | 
      
ProcessingComment
A text value containing information about the processing activities undertaken on the post-capture data. NIEM reference is biom:ProcessingCommentText
Declaration
[DataMember(Name = "processingComment")]
public List<NcTextType> ProcessingComment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<NcTextType> | A text value containing information about the processing activities undertaken on the post-capture data. NIEM reference is biom:ProcessingCommentText  | 
      
ProcessingIndicatorCode
A Redaction/Discontinuity Indicator Code. NIEM reference is biom:ProcessingIndicatorCode
Declaration
[DataMember(Name = "processingIndicatorCode")]
public List<BiomProcessingIndicatorCodeType> ProcessingIndicatorCode { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<BiomProcessingIndicatorCodeType> | A Redaction/Discontinuity Indicator Code. NIEM reference is biom:ProcessingIndicatorCode  | 
      
Methods
Equals(BiomAudioInformationType)
Returns true if BiomAudioInformationType instances are equal
Declaration
public bool Equals(BiomAudioInformationType other)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BiomAudioInformationType | other | Instance of BiomAudioInformationType 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(BiomAudioInformationType, BiomAudioInformationType)
Declaration
public static bool operator ==(BiomAudioInformationType left, BiomAudioInformationType right)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BiomAudioInformationType | left | |
| BiomAudioInformationType | right | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Inequality(BiomAudioInformationType, BiomAudioInformationType)
Declaration
public static bool operator !=(BiomAudioInformationType left, BiomAudioInformationType right)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BiomAudioInformationType | left | |
| BiomAudioInformationType | right | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |