Class BiomBiometricCaptureType
A data type for a set of information regarding the captured biometric information
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomBiometricCaptureType : IEquatable<BiomBiometricCaptureType>
Properties
BiometricAugmentation
Additional information about a biometric. NIEM reference is intel:BiometricAugmentation
Declaration
[DataMember(Name = "biometricAugmentation")]
public List<IntelBiometricAugmentationType> BiometricAugmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IntelBiometricAugmentationType> | Additional information about a biometric. NIEM reference is intel:BiometricAugmentation |
CaptureDate
A date that an image was captured NIEM reference is biom:CaptureDate
Declaration
[DataMember(Name = "captureDate")]
public List<NcDateType> CaptureDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date that an image was captured NIEM reference is biom:CaptureDate |
CaptureDateEstimateRangeDuration
A range of uncertainty as to when the image was captured NIEM reference is biom:CaptureDateEstimateRangeDuration
Declaration
[DataMember(Name = "captureDateEstimateRangeDuration")]
public List<NiemXsduration> CaptureDateEstimateRangeDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsduration> | A range of uncertainty as to when the image was captured NIEM reference is biom:CaptureDateEstimateRangeDuration |
CaptureDevice
A data type for a set of information regarding the captured device information NIEM reference is biom:CaptureDevice
Declaration
[DataMember(Name = "captureDevice")]
public List<BiomDeviceType> CaptureDevice { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDeviceType> | A data type for a set of information regarding the captured device information NIEM reference is biom:CaptureDevice |
CaptureIdentification
An identification of the activity of capturing the image; can be used to link images that were obtained simultaneously NIEM reference is biom:CaptureIdentification
Declaration
[DataMember(Name = "captureIdentification")]
public List<NcIdentificationType> CaptureIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification of the activity of capturing the image; can be used to link images that were obtained simultaneously NIEM reference is biom:CaptureIdentification |
CaptureOrganization
An organization that originally captured an image NIEM reference is biom:CaptureOrganization
Declaration
[DataMember(Name = "captureOrganization")]
public List<NcOrganizationType> CaptureOrganization { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcOrganizationType> | An organization that originally captured an image NIEM reference is biom:CaptureOrganization |
CaptureUtcDateTime
A UTC date and time for the capture of a biometric sample NIEM reference is biom:CaptureUTCDateTime
Declaration
[DataMember(Name = "captureUtcDateTime")]
public List<NiemXsdateTime> CaptureUtcDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsdateTime> | A UTC date and time for the capture of a biometric sample NIEM reference is biom:CaptureUTCDateTime |
Context
biomBiometricCaptureType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomBiometricCaptureType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomBiometricCaptureType.ContextEnum> | biomBiometricCaptureType JSON-LD context |
Description
A description of how a biometric sample was collected. NIEM reference is biom:BiometricCaptureDescriptionText
Declaration
[DataMember(Name = "description")]
public List<NcTextType> Description { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of how a biometric sample was collected. NIEM reference is biom:BiometricCaptureDescriptionText |
Duration
A duration of total calculated time to send and receive transactions to capture each Biometric Image NIEM reference is biom:BiometricCaptureDuration
Declaration
[DataMember(Name = "duration")]
public List<NiemXsduration> Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsduration> | A duration of total calculated time to send and receive transactions to capture each Biometric Image NIEM reference is biom:BiometricCaptureDuration |
GeographicSampleAcquisitionLocation
A geospatial coordinate system for datum values NIEM reference is biom:GeographicSampleAcquisitionLocation
Declaration
[DataMember(Name = "geographicSampleAcquisitionLocation")]
public List<BiomGeographicSampleAcquisitionLocationType> GeographicSampleAcquisitionLocation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomGeographicSampleAcquisitionLocationType> | A geospatial coordinate system for datum values NIEM reference is biom:GeographicSampleAcquisitionLocation |
Metric
A quality metrics for the captured biometric image NIEM reference is biom:BiometricCaptureMetric
Declaration
[DataMember(Name = "metric")]
public List<BiomBiometricCaptureMetricType> Metric { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomBiometricCaptureMetricType> | A quality metrics for the captured biometric image NIEM reference is biom:BiometricCaptureMetric |
Source
A source of a biometric item NIEM reference is biom:BiometricCaptureSource
Declaration
[DataMember(Name = "source")]
public List<BiomSourceAcquisitionType> Source { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSourceAcquisitionType> | A source of a biometric item NIEM reference is biom:BiometricCaptureSource |
Methods
Equals(BiomBiometricCaptureType)
Returns true if BiomBiometricCaptureType instances are equal
Declaration
public bool Equals(BiomBiometricCaptureType other)
Parameters
Type | Name | Description |
---|---|---|
BiomBiometricCaptureType | other | Instance of BiomBiometricCaptureType 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(BiomBiometricCaptureType, BiomBiometricCaptureType)
Declaration
public static bool operator ==(BiomBiometricCaptureType left, BiomBiometricCaptureType right)
Parameters
Type | Name | Description |
---|---|---|
BiomBiometricCaptureType | left | |
BiomBiometricCaptureType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomBiometricCaptureType, BiomBiometricCaptureType)
Declaration
public static bool operator !=(BiomBiometricCaptureType left, BiomBiometricCaptureType right)
Parameters
Type | Name | Description |
---|---|---|
BiomBiometricCaptureType | left | |
BiomBiometricCaptureType | right |
Returns
Type | Description |
---|---|
System.Boolean |