Class BiomFaceImageFeaturePointType
A data type for a set of attributes describing 2D, MPEG4 facial feature points and their locations
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFaceImageFeaturePointType : IEquatable<BiomFaceImageFeaturePointType>
Properties
Context
biomFaceImageFeaturePointType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFaceImageFeaturePointType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFaceImageFeaturePointType.ContextEnum> | biomFaceImageFeaturePointType JSON-LD context |
FeaturePointCategoryCode
A kind of feature point of a captured facial image NIEM reference is biom:FeaturePointCategoryCode
Declaration
[DataMember(Name = "featurePointCategoryCode")]
public List<BiomFeaturePointCategoryCodeType> FeaturePointCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomFeaturePointCategoryCodeType> | A kind of feature point of a captured facial image NIEM reference is biom:FeaturePointCategoryCode |
FeaturePointHorizontalCoordinateValue
An X coordinate of a facial feature point NIEM reference is biom:FeaturePointHorizontalCoordinateValue
Declaration
[DataMember(Name = "featurePointHorizontalCoordinateValue")]
public List<NiemXsnonNegativeInteger> FeaturePointHorizontalCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | An X coordinate of a facial feature point NIEM reference is biom:FeaturePointHorizontalCoordinateValue |
FeaturePointId
An identifier for a particular feature point, defined by ISO/IEC 14496-2 NIEM reference is biom:FeaturePointID
Declaration
[DataMember(Name = "featurePointId")]
public List<NcTextType> FeaturePointId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An identifier for a particular feature point, defined by ISO/IEC 14496-2 NIEM reference is biom:FeaturePointID |
FeaturePointVerticalCoordinateValue
A Y coordinate of a facial feature point NIEM reference is biom:FeaturePointVerticalCoordinateValue
Declaration
[DataMember(Name = "featurePointVerticalCoordinateValue")]
public List<NiemXsnonNegativeInteger> FeaturePointVerticalCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A Y coordinate of a facial feature point NIEM reference is biom:FeaturePointVerticalCoordinateValue |
Methods
Equals(BiomFaceImageFeaturePointType)
Returns true if BiomFaceImageFeaturePointType instances are equal
Declaration
public bool Equals(BiomFaceImageFeaturePointType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageFeaturePointType | other | Instance of BiomFaceImageFeaturePointType 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(BiomFaceImageFeaturePointType, BiomFaceImageFeaturePointType)
Declaration
public static bool operator ==(BiomFaceImageFeaturePointType left, BiomFaceImageFeaturePointType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageFeaturePointType | left | |
BiomFaceImageFeaturePointType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFaceImageFeaturePointType, BiomFaceImageFeaturePointType)
Declaration
public static bool operator !=(BiomFaceImageFeaturePointType left, BiomFaceImageFeaturePointType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageFeaturePointType | left | |
BiomFaceImageFeaturePointType | right |
Returns
Type | Description |
---|---|
System.Boolean |