Class BiomFaceImageBoundingSquareType
A data type for a square bounding box containing a face image in a larger picture
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFaceImageBoundingSquareType : IEquatable<BiomFaceImageBoundingSquareType>
Properties
Context
biomFaceImageBoundingSquareType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFaceImageBoundingSquareType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFaceImageBoundingSquareType.ContextEnum> | biomFaceImageBoundingSquareType JSON-LD context |
FaceImageBoundingCategoryCode
A kind of face image in a bounding box NIEM reference is biom:FaceImageBoundingCategoryCode
Declaration
[DataMember(Name = "faceImageBoundingCategoryCode")]
public List<BiomFaceImageBoundingCategoryCodeType> FaceImageBoundingCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomFaceImageBoundingCategoryCodeType> | A kind of face image in a bounding box NIEM reference is biom:FaceImageBoundingCategoryCode |
SegmentBottomVerticalCoordinateValue
A bottom vertical offset of a segment box within an image in pixels NIEM reference is biom:SegmentBottomVerticalCoordinateValue
Declaration
[DataMember(Name = "segmentBottomVerticalCoordinateValue")]
public List<NiemXsnonNegativeInteger> SegmentBottomVerticalCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A bottom vertical offset of a segment box within an image in pixels NIEM reference is biom:SegmentBottomVerticalCoordinateValue |
SegmentLeftHorizontalCoordinateValue
A left horizontal offset of a segment box within an image in pixels NIEM reference is biom:SegmentLeftHorizontalCoordinateValue
Declaration
[DataMember(Name = "segmentLeftHorizontalCoordinateValue")]
public List<NiemXsnonNegativeInteger> SegmentLeftHorizontalCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A left horizontal offset of a segment box within an image in pixels NIEM reference is biom:SegmentLeftHorizontalCoordinateValue |
SegmentRightHorizontalCoordinateValue
A right horizontal offset of a segment box within an image in pixels NIEM reference is biom:SegmentRightHorizontalCoordinateValue
Declaration
[DataMember(Name = "segmentRightHorizontalCoordinateValue")]
public List<NiemXsnonNegativeInteger> SegmentRightHorizontalCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A right horizontal offset of a segment box within an image in pixels NIEM reference is biom:SegmentRightHorizontalCoordinateValue |
SegmentTopVerticalCoordinateValue
A top vertical offset of a segment box within an image in pixels NIEM reference is biom:SegmentTopVerticalCoordinateValue
Declaration
[DataMember(Name = "segmentTopVerticalCoordinateValue")]
public List<NiemXsnonNegativeInteger> SegmentTopVerticalCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A top vertical offset of a segment box within an image in pixels NIEM reference is biom:SegmentTopVerticalCoordinateValue |
Methods
Equals(BiomFaceImageBoundingSquareType)
Returns true if BiomFaceImageBoundingSquareType instances are equal
Declaration
public bool Equals(BiomFaceImageBoundingSquareType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageBoundingSquareType | other | Instance of BiomFaceImageBoundingSquareType 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(BiomFaceImageBoundingSquareType, BiomFaceImageBoundingSquareType)
Declaration
public static bool operator ==(BiomFaceImageBoundingSquareType left, BiomFaceImageBoundingSquareType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageBoundingSquareType | left | |
BiomFaceImageBoundingSquareType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFaceImageBoundingSquareType, BiomFaceImageBoundingSquareType)
Declaration
public static bool operator !=(BiomFaceImageBoundingSquareType left, BiomFaceImageBoundingSquareType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImageBoundingSquareType | left | |
BiomFaceImageBoundingSquareType | right |
Returns
Type | Description |
---|---|
System.Boolean |