Class JImageAugmentationType
A data type for additional information about an image.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JImageAugmentationType : IEquatable<JImageAugmentationType>
Properties
Context
jImageAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JImageAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JImageAugmentationType.ContextEnum> | jImageAugmentationType JSON-LD context |
ImageCategoryCode
A kind of image that that has been taken. NIEM reference is j:ImageCategoryCode
Declaration
[DataMember(Name = "imageCategoryCode")]
public List<NcicIMTCodeType> ImageCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcicIMTCodeType> | A kind of image that that has been taken. NIEM reference is j:ImageCategoryCode |
ImageFacial
A facial adornment or hair piece that appears in an image. NIEM reference is j:ImageFacialText
Declaration
[DataMember(Name = "imageFacial")]
public List<NcTextType> ImageFacial { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A facial adornment or hair piece that appears in an image. NIEM reference is j:ImageFacialText |
ImageNcicIdentification
A unique identification assigned to an Image by the FBI National Crime Information Center. NIEM reference is j:ImageNCICIdentification
Declaration
[DataMember(Name = "imageNcicIdentification")]
public List<NcIdentificationType> ImageNcicIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | A unique identification assigned to an Image by the FBI National Crime Information Center. NIEM reference is j:ImageNCICIdentification |
ImagePose
An angle of a person's face in a photograph. NIEM reference is j:ImagePoseText
Declaration
[DataMember(Name = "imagePose")]
public List<NcTextType> ImagePose { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An angle of a person's face in a photograph. NIEM reference is j:ImagePoseText |
ImagePoseCode
An angle of a person's face in a photograph. NIEM reference is j:ImagePoseCode
Declaration
[DataMember(Name = "imagePoseCode")]
public List<NcImagePoseCodeType> ImagePoseCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcImagePoseCodeType> | An angle of a person's face in a photograph. NIEM reference is j:ImagePoseCode |
IsImageJuvenile
True if an image is of a juvenile; false otherwise. NIEM reference is j:ImageJuvenileIndicator
Declaration
[DataMember(Name = "isImageJuvenile")]
public List<NiemXsboolean> IsImageJuvenile { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if an image is of a juvenile; false otherwise. NIEM reference is j:ImageJuvenileIndicator |
Methods
Equals(JImageAugmentationType)
Returns true if JImageAugmentationType instances are equal
Declaration
public bool Equals(JImageAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
JImageAugmentationType | other | Instance of JImageAugmentationType 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(JImageAugmentationType, JImageAugmentationType)
Declaration
public static bool operator ==(JImageAugmentationType left, JImageAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JImageAugmentationType | left | |
JImageAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JImageAugmentationType, JImageAugmentationType)
Declaration
public static bool operator !=(JImageAugmentationType left, JImageAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JImageAugmentationType | left | |
JImageAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |