Class BiomFaceImageOcclusionType
A data type for a blockage in a face image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFaceImageOcclusionType : IEquatable<BiomFaceImageOcclusionType>
Properties
CategoryCode
A kind of a blockage in a face image NIEM reference is biom:FaceImageOcclusionCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<BiomImageOcclusionCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageOcclusionCategoryCodeType> | A kind of a blockage in a face image NIEM reference is biom:FaceImageOcclusionCategoryCode |
Context
biomFaceImageOcclusionType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFaceImageOcclusionType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFaceImageOcclusionType.ContextEnum> | biomFaceImageOcclusionType JSON-LD context |
OpacityCode
A level of opacity of a blockage in this face image NIEM reference is biom:FaceImageOcclusionOpacityCode
Declaration
[DataMember(Name = "opacityCode")]
public List<BiomImageOcclusionOpacityCodeType> OpacityCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageOcclusionOpacityCodeType> | A level of opacity of a blockage in this face image NIEM reference is biom:FaceImageOcclusionOpacityCode |
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(BiomFaceImageOcclusionType)
Returns true if BiomFaceImageOcclusionType instances are equal
Declaration
public bool Equals(BiomFaceImageOcclusionType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageOcclusionType | other | Instance of BiomFaceImageOcclusionType 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(BiomFaceImageOcclusionType, BiomFaceImageOcclusionType)
Declaration
public static bool operator ==(BiomFaceImageOcclusionType left, BiomFaceImageOcclusionType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageOcclusionType | left | |
BiomFaceImageOcclusionType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFaceImageOcclusionType, BiomFaceImageOcclusionType)
Declaration
public static bool operator !=(BiomFaceImageOcclusionType left, BiomFaceImageOcclusionType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageOcclusionType | left | |
BiomFaceImageOcclusionType | right |
Returns
Type | Description |
---|---|
System.Boolean |