Class DiagnosticImageInfo
- java.lang.Object
-
- com.appliedrec.verid.core2.session.DiagnosticImageInfo
-
public class DiagnosticImageInfo extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.util.Optional<Face>
getFace()
Size
getImageSize()
Bearing
getRequestedBearing()
java.util.Date
getTime()
int
hashCode()
-
-
-
Method Detail
-
getTime
public java.util.Date getTime()
- Returns:
- Date and time when the image was acquired
-
getImageSize
public Size getImageSize()
- Returns:
- Image size in pixels
-
getRequestedBearing
public Bearing getRequestedBearing()
- Returns:
- Bearing requested at the time the image was acquired
-
getFace
public java.util.Optional<Face> getFace()
- Returns:
- Face detected in the image
-
equals
@RestrictTo(LIBRARY_GROUP) public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
@RestrictTo(LIBRARY_GROUP) public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-