Class BiomFaceImageAttributeType
A data type for an attribute of a face image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFaceImageAttributeType : IEquatable<BiomFaceImageAttributeType>
Properties
Code
An attribute of a captured facial image. Deprecated in favor of biom:FaceImageDescriptionCode. NIEM reference is biom:FaceImageAttributeCode
Declaration
[DataMember(Name = "code")]
public List<BiomPhotoDescriptorCodeType> Code { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomPhotoDescriptorCodeType> | An attribute of a captured facial image. Deprecated in favor of biom:FaceImageDescriptionCode. NIEM reference is biom:FaceImageAttributeCode |
Context
biomFaceImageAttributeType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFaceImageAttributeType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFaceImageAttributeType.ContextEnum> | biomFaceImageAttributeType JSON-LD context |
Text
A description of a special attribute of a captured facial image. Deprecated in favor of biom:FaceImageDescriptionText. NIEM reference is biom:FaceImageAttributeText
Declaration
[DataMember(Name = "text")]
public List<NcTextType> Text { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of a special attribute of a captured facial image. Deprecated in favor of biom:FaceImageDescriptionText. NIEM reference is biom:FaceImageAttributeText |
Methods
Equals(BiomFaceImageAttributeType)
Returns true if BiomFaceImageAttributeType instances are equal
Declaration
public bool Equals(BiomFaceImageAttributeType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageAttributeType | other | Instance of BiomFaceImageAttributeType 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(BiomFaceImageAttributeType, BiomFaceImageAttributeType)
Declaration
public static bool operator ==(BiomFaceImageAttributeType left, BiomFaceImageAttributeType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageAttributeType | left | |
BiomFaceImageAttributeType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFaceImageAttributeType, BiomFaceImageAttributeType)
Declaration
public static bool operator !=(BiomFaceImageAttributeType left, BiomFaceImageAttributeType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageAttributeType | left | |
BiomFaceImageAttributeType | right |
Returns
Type | Description |
---|---|
System.Boolean |