Class BiomFaceImageContourType
A data type for a contour feature in a face image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFaceImageContourType : IEquatable<BiomFaceImageContourType>
Properties
CategoryCode
A kind of contour feature in this face image NIEM reference is biom:FaceImageContourCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<BiomFaceImageContourCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomFaceImageContourCategoryCodeType> | A kind of contour feature in this face image NIEM reference is biom:FaceImageContourCategoryCode |
Context
biomFaceImageContourType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFaceImageContourType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFaceImageContourType.ContextEnum> | biomFaceImageContourType JSON-LD context |
PositionPolygonVertex
A vertex in a position polygon NIEM reference is biom:PositionPolygonVertex
Declaration
[DataMember(Name = "positionPolygonVertex")]
public List<BiomVertexType> PositionPolygonVertex { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomVertexType> | A vertex in a position polygon NIEM reference is biom:PositionPolygonVertex |
PositionPolygonVertexQuantity
A number of vertices in a position polygon NIEM reference is biom:PositionPolygonVertexQuantity
Declaration
[DataMember(Name = "positionPolygonVertexQuantity")]
public List<BiomImageFeatureVertexQuantityType> PositionPolygonVertexQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageFeatureVertexQuantityType> | A number of vertices in a position polygon NIEM reference is biom:PositionPolygonVertexQuantity |
Methods
Equals(BiomFaceImageContourType)
Returns true if BiomFaceImageContourType instances are equal
Declaration
public bool Equals(BiomFaceImageContourType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageContourType | other | Instance of BiomFaceImageContourType 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(BiomFaceImageContourType, BiomFaceImageContourType)
Declaration
public static bool operator ==(BiomFaceImageContourType left, BiomFaceImageContourType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageContourType | left | |
BiomFaceImageContourType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFaceImageContourType, BiomFaceImageContourType)
Declaration
public static bool operator !=(BiomFaceImageContourType left, BiomFaceImageContourType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageContourType | left | |
BiomFaceImageContourType | right |
Returns
Type | Description |
---|---|
System.Boolean |