Class BiomForensicInvestigatoryVoiceDetailType
A data type for a Forensic and Investigatory Voice Detail
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomForensicInvestigatoryVoiceDetailType : IEquatable<BiomForensicInvestigatoryVoiceDetailType>
Properties
AudioComment
A comment used to note any additional information about the audio information in a record. NIEM reference is biom:AudioCommentText
Declaration
[DataMember(Name = "audioComment")]
public List<NcTextType> AudioComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A comment used to note any additional information about the audio information in a record. NIEM reference is biom:AudioCommentText |
AudioObjectDescriptorCode
A description of an object or file used to store an Audio Recording NIEM reference is biom:AudioObjectDescriptorCode
Declaration
[DataMember(Name = "audioObjectDescriptorCode")]
public List<BiomAudioObjectDescriptorCodeType> AudioObjectDescriptorCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomAudioObjectDescriptorCodeType> | A description of an object or file used to store an Audio Recording NIEM reference is biom:AudioObjectDescriptorCode |
AudioSourceRecorder
A set of information regarding the captured voice NIEM reference is biom:AudioSourceRecorder
Declaration
[DataMember(Name = "audioSourceRecorder")]
public List<BiomAudioSourceRecorderType> AudioSourceRecorder { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomAudioSourceRecorderType> | A set of information regarding the captured voice NIEM reference is biom:AudioSourceRecorder |
BiometricCapture
A collection of a biometric sample. NIEM reference is biom:BiometricCapture
Declaration
[DataMember(Name = "biometricCapture")]
public List<BiomBiometricCaptureType> BiometricCapture { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomBiometricCaptureType> | A collection of a biometric sample. NIEM reference is biom:BiometricCapture |
CodecDetails
A container for descriptive information about the encoding of a digital media data file. NIEM reference is biom:CodecDetails
Declaration
[DataMember(Name = "codecDetails")]
public List<BiomCodecDetailsType> CodecDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomCodecDetailsType> | A container for descriptive information about the encoding of a digital media data file. NIEM reference is biom:CodecDetails |
Context
biomForensicInvestigatoryVoiceDetailType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomForensicInvestigatoryVoiceDetailType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomForensicInvestigatoryVoiceDetailType.ContextEnum> | biomForensicInvestigatoryVoiceDetailType JSON-LD context |
DigitalMediaContainer
A kind of container which contains information about the container format that encapsulates the audio data of the electronic file used to carry the voice data in the digital recording. NIEM reference is biom:DigitalMediaContainer
Declaration
[DataMember(Name = "digitalMediaContainer")]
public List<BiomDigitalMediaContainerType> DigitalMediaContainer { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDigitalMediaContainerType> | A kind of container which contains information about the container format that encapsulates the audio data of the electronic file used to carry the voice data in the digital recording. NIEM reference is biom:DigitalMediaContainer |
DiscontinuityDiaryInformation
A data type indicates that discontinuity has occurred and lists the timings within the voice recording of discontinuity audio segments. NIEM reference is biom:DiscontinuityDiaryInformation
Declaration
[DataMember(Name = "discontinuityDiaryInformation")]
public List<BiomDiaryInformationType> DiscontinuityDiaryInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDiaryInformationType> | A data type indicates that discontinuity has occurred and lists the timings within the voice recording of discontinuity audio segments. NIEM reference is biom:DiscontinuityDiaryInformation |
DiscontinuityInformation
A description of whether there has been post-recording removal (cutting) of a signal or non-presence of a useful signal from the original recording of the acoustic vocalizations in a way that disrupts time references NIEM reference is biom:DiscontinuityInformation
Declaration
[DataMember(Name = "discontinuityInformation")]
public List<BiomAudioInformationType> DiscontinuityInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomAudioInformationType> | A description of whether there has been post-recording removal (cutting) of a signal or non-presence of a useful signal from the original recording of the acoustic vocalizations in a way that disrupts time references NIEM reference is biom:DiscontinuityInformation |
MedicalImageryDataBlockBinaryObject
An imagery data block for the image NIEM reference is biom:MedicalImageryDataBlockBinaryObject
Declaration
[DataMember(Name = "medicalImageryDataBlockBinaryObject")]
public List<NiemXsbase64Binary> MedicalImageryDataBlockBinaryObject { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsbase64Binary> | An imagery data block for the image NIEM reference is biom:MedicalImageryDataBlockBinaryObject |
OtherContentDiaryInformation
A kind of field contains subfields that locate the segments within the recording of this Type-11 record that may be of interest for investigatory purposes but are not focused upon speech. NIEM reference is biom:OtherContentDiaryInformation
Declaration
[DataMember(Name = "otherContentDiaryInformation")]
public List<BiomContentDiaryInformationType> OtherContentDiaryInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomContentDiaryInformationType> | A kind of field contains subfields that locate the segments within the recording of this Type-11 record that may be of interest for investigatory purposes but are not focused upon speech. NIEM reference is biom:OtherContentDiaryInformation |
OtherContentInformation
A kind of field that indicates whether the voice recording content has been diarized to indicate the segments of the recording that may contain sounds other than the voice of the subject of the record that could assist in the investigation (such as NIEM reference is biom:OtherContentInformation
Declaration
[DataMember(Name = "otherContentInformation")]
public List<BiomContentInformationType> OtherContentInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomContentInformationType> | A kind of field that indicates whether the voice recording content has been diarized to indicate the segments of the recording that may contain sounds other than the voice of the subject of the record that could assist in the investigation (such as NIEM reference is biom:OtherContentInformation |
PhysicalMediaObject
A physical media containing a recording. NIEM reference is biom:PhysicalMediaObject
Declaration
[DataMember(Name = "physicalMediaObject")]
public List<BiomPhysicalMediaObjectType> PhysicalMediaObject { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomPhysicalMediaObjectType> | A physical media containing a recording. NIEM reference is biom:PhysicalMediaObject |
RecordCreationDate
A kind of date that a specific biometric data record was created. NIEM reference is biom:RecordCreationDate
Declaration
[DataMember(Name = "recordCreationDate")]
public List<NcDateType> RecordCreationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A kind of date that a specific biometric data record was created. NIEM reference is biom:RecordCreationDate |
RecordingContentDescriptor
A kind of content of the voice recording. NIEM reference is biom:RecordingContentDescriptor
Declaration
[DataMember(Name = "recordingContentDescriptor")]
public List<BiomRecordingContentDescriptorType> RecordingContentDescriptor { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomRecordingContentDescriptorType> | A kind of content of the voice recording. NIEM reference is biom:RecordingContentDescriptor |
RecordingDurationDetail
A description of the duration of a recording, as expressed in time, size, and samplings. NIEM reference is biom:RecordingDurationDetail
Declaration
[DataMember(Name = "recordingDurationDetail")]
public List<BiomRecordingDurationDetailType> RecordingDurationDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomRecordingDurationDetailType> | A description of the duration of a recording, as expressed in time, size, and samplings. NIEM reference is biom:RecordingDurationDetail |
RecordingSettingDetail
A description of the details surrounding the creation of a recording NIEM reference is biom:RecordingSettingDetail
Declaration
[DataMember(Name = "recordingSettingDetail")]
public List<BiomRecordingSettingDetailType> RecordingSettingDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomRecordingSettingDetailType> | A description of the details surrounding the creation of a recording NIEM reference is biom:RecordingSettingDetail |
RedactionDiaryInformation
A data type indicates that redaction has occurred and lists the timings within the voice recording of redacted (overwritten) audio segments. NIEM reference is biom:RedactionDiaryInformation
Declaration
[DataMember(Name = "redactionDiaryInformation")]
public List<BiomDiaryInformationType> RedactionDiaryInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDiaryInformationType> | A data type indicates that redaction has occurred and lists the timings within the voice recording of redacted (overwritten) audio segments. NIEM reference is biom:RedactionDiaryInformation |
RedactionInformation
A data type for an indication of whether and by whom a voice recording has been redacted. NIEM reference is biom:RedactionInformation
Declaration
[DataMember(Name = "redactionInformation")]
public List<BiomAudioInformationType> RedactionInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomAudioInformationType> | A data type for an indication of whether and by whom a voice recording has been redacted. NIEM reference is biom:RedactionInformation |
SegmentChannelInformation
A list of details about transducers used across a recording. NIEM reference is biom:SegmentChannelInformation
Declaration
[DataMember(Name = "segmentChannelInformation")]
public List<BiomSegmentChannelInformationType> SegmentChannelInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSegmentChannelInformationType> | A list of details about transducers used across a recording. NIEM reference is biom:SegmentChannelInformation |
SegmentContentInformation
A field for an assessment of the content of the voice data within a list of identified time segments, including provision for semantic transcripts, phonetic transcriptions and translations of the segments. NIEM reference is biom:SegmentContentInformation
Declaration
[DataMember(Name = "segmentContentInformation")]
public List<BiomSegmentContentInformationType> SegmentContentInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSegmentContentInformationType> | A field for an assessment of the content of the voice data within a list of identified time segments, including provision for semantic transcripts, phonetic transcriptions and translations of the segments. NIEM reference is biom:SegmentContentInformation |
SegmentGeographicalLocation
A geographical location of the primary subject of a recording at the beginning of a recording segment. NIEM reference is biom:SegmentGeographicalLocation
Declaration
[DataMember(Name = "segmentGeographicalLocation")]
public List<BiomSegmentGeographicalLocationType> SegmentGeographicalLocation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSegmentGeographicalLocationType> | A geographical location of the primary subject of a recording at the beginning of a recording segment. NIEM reference is biom:SegmentGeographicalLocation |
SegmentProcessingPriorityInformation
A list of identified segments, indicating the priority with which the segments should be processed. NIEM reference is biom:SegmentProcessingPriorityInformation
Declaration
[DataMember(Name = "segmentProcessingPriorityInformation")]
public List<BiomSegmentProcessingPriorityType> SegmentProcessingPriorityInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSegmentProcessingPriorityType> | A list of identified segments, indicating the priority with which the segments should be processed. NIEM reference is biom:SegmentProcessingPriorityInformation |
SegmentSpeakerCharacteristicsInformation
A list of speaker speech characteristics assessments. NIEM reference is biom:SegmentSpeakerCharacteristicsInformation
Declaration
[DataMember(Name = "segmentSpeakerCharacteristicsInformation")]
public List<BiomSegmentSpeakerCharacteristicsInformationType> SegmentSpeakerCharacteristicsInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSegmentSpeakerCharacteristicsInformationType> | A list of speaker speech characteristics assessments. NIEM reference is biom:SegmentSpeakerCharacteristicsInformation |
SourceAcquisition
An acquisition method for the source representation NIEM reference is biom:SourceAcquisition
Declaration
[DataMember(Name = "sourceAcquisition")]
public List<BiomSourceAcquisitionType> SourceAcquisition { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSourceAcquisitionType> | An acquisition method for the source representation NIEM reference is biom:SourceAcquisition |
SourceExternalAnalogFileReference
A URI, URL or other unique reference to a storage location for an analog source representation. NIEM reference is biom:SourceExternalAnalogFileReferenceText
Declaration
[DataMember(Name = "sourceExternalAnalogFileReference")]
public List<NcTextType> SourceExternalAnalogFileReference { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A URI, URL or other unique reference to a storage location for an analog source representation. NIEM reference is biom:SourceExternalAnalogFileReferenceText |
SourceExternalDigitalAudioReference
A URI, URL or other unique reference to a storage location for a digital audio source representation. NIEM reference is biom:SourceExternalDigitalAudioReferenceText
Declaration
[DataMember(Name = "sourceExternalDigitalAudioReference")]
public List<NcTextType> SourceExternalDigitalAudioReference { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A URI, URL or other unique reference to a storage location for a digital audio source representation. NIEM reference is biom:SourceExternalDigitalAudioReferenceText |
SourceExternalDigitalImageReference
A URI, URL or other unique reference to a storage location for a digital image source representation. NIEM reference is biom:SourceExternalDigitalImageReferenceText
Declaration
[DataMember(Name = "sourceExternalDigitalImageReference")]
public List<NcTextType> SourceExternalDigitalImageReference { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A URI, URL or other unique reference to a storage location for a digital image source representation. NIEM reference is biom:SourceExternalDigitalImageReferenceText |
SourceExternalDigitalVideoReference
A URI, URL or other unique reference to a storage location for a digital video source representation. NIEM reference is biom:SourceExternalDigitalVideoReferenceText
Declaration
[DataMember(Name = "sourceExternalDigitalVideoReference")]
public List<NcTextType> SourceExternalDigitalVideoReference { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A URI, URL or other unique reference to a storage location for a digital video source representation. NIEM reference is biom:SourceExternalDigitalVideoReferenceText |
SourceExternalFileReference
A URI, URL or other unique reference to a storage location for a source representation. NIEM reference is biom:SourceExternalFileReferenceText
Declaration
[DataMember(Name = "sourceExternalFileReference")]
public List<NcTextType> SourceExternalFileReference { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A URI, URL or other unique reference to a storage location for a source representation. NIEM reference is biom:SourceExternalFileReferenceText |
VocalCollisionIdList
A list of time segments, each identified as containing a vocal collision (two or more persons talking at once) within the segment. NIEM reference is biom:VocalCollisionIDList
Declaration
[DataMember(Name = "vocalCollisionIdList")]
public List<BiomSegmentIDListType> VocalCollisionIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSegmentIDListType> | A list of time segments, each identified as containing a vocal collision (two or more persons talking at once) within the segment. NIEM reference is biom:VocalCollisionIDList |
VocalContentDiaryInformation
A kind of field contains subfields that locate the segments within the voice recording of this Type-11 record that are associated with a single speaker _ the subject of the record (not necessarily the subject of the transaction). NIEM reference is biom:VocalContentDiaryInformation
Declaration
[DataMember(Name = "vocalContentDiaryInformation")]
public List<BiomContentDiaryInformationType> VocalContentDiaryInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomContentDiaryInformationType> | A kind of field contains subfields that locate the segments within the voice recording of this Type-11 record that are associated with a single speaker _ the subject of the record (not necessarily the subject of the transaction). NIEM reference is biom:VocalContentDiaryInformation |
VocalContentInformation
A kind of field that indicates whether the voice recording content has been diarized to indicate the speech segments of interest pertaining to the subject of this voice record. NIEM reference is biom:VocalContentInformation
Declaration
[DataMember(Name = "vocalContentInformation")]
public List<BiomContentInformationType> VocalContentInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomContentInformationType> | A kind of field that indicates whether the voice recording content has been diarized to indicate the speech segments of interest pertaining to the subject of this voice record. NIEM reference is biom:VocalContentInformation |
VocalSegmentQualityValue
A kind of field if Vocal content / VOC is present, then this field shall only be present if DII = 1. This field shall only be present if Vocal content diary / VCD is present. If segments have multiple quality values based on different types of quali NIEM reference is biom:VocalSegmentQualityValue
Declaration
[DataMember(Name = "vocalSegmentQualityValue")]
public List<BiomVocalSegmentQualityValueType> VocalSegmentQualityValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomVocalSegmentQualityValueType> | A kind of field if Vocal content / VOC is present, then this field shall only be present if DII = 1. This field shall only be present if Vocal content diary / VCD is present. If segments have multiple quality values based on different types of quali NIEM reference is biom:VocalSegmentQualityValue |
Methods
Equals(BiomForensicInvestigatoryVoiceDetailType)
Returns true if BiomForensicInvestigatoryVoiceDetailType instances are equal
Declaration
public bool Equals(BiomForensicInvestigatoryVoiceDetailType other)
Parameters
Type | Name | Description |
---|---|---|
BiomForensicInvestigatoryVoiceDetailType | other | Instance of BiomForensicInvestigatoryVoiceDetailType 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(BiomForensicInvestigatoryVoiceDetailType, BiomForensicInvestigatoryVoiceDetailType)
Declaration
public static bool operator ==(BiomForensicInvestigatoryVoiceDetailType left, BiomForensicInvestigatoryVoiceDetailType right)
Parameters
Type | Name | Description |
---|---|---|
BiomForensicInvestigatoryVoiceDetailType | left | |
BiomForensicInvestigatoryVoiceDetailType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomForensicInvestigatoryVoiceDetailType, BiomForensicInvestigatoryVoiceDetailType)
Declaration
public static bool operator !=(BiomForensicInvestigatoryVoiceDetailType left, BiomForensicInvestigatoryVoiceDetailType right)
Parameters
Type | Name | Description |
---|---|---|
BiomForensicInvestigatoryVoiceDetailType | left | |
BiomForensicInvestigatoryVoiceDetailType | right |
Returns
Type | Description |
---|---|
System.Boolean |