Tabnine Logo
FaceDetail.setAgeRange
Code IndexAdd Tabnine to your IDE (free)

How to use
setAgeRange
method
in
com.amazonaws.services.rekognition.model.FaceDetail

Best Java code snippets using com.amazonaws.services.rekognition.model.FaceDetail.setAgeRange (Showing top 3 results out of 315)

origin: aws/aws-sdk-java

/**
 * <p>
 * The estimated age range, in years, for the face. Low represents the lowest estimated age and High represents the
 * highest estimated age.
 * </p>
 * 
 * @param ageRange
 *        The estimated age range, in years, for the face. Low represents the lowest estimated age and High
 *        represents the highest estimated age.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public FaceDetail withAgeRange(AgeRange ageRange) {
  setAgeRange(ageRange);
  return this;
}
origin: aws/aws-sdk-java

faceDetail.setAgeRange(AgeRangeJsonUnmarshaller.getInstance().unmarshall(context));
origin: aws-amplify/aws-sdk-android

      .unmarshall(context));
} else if (name.equals("AgeRange")) {
  faceDetail.setAgeRange(AgeRangeJsonUnmarshaller.getInstance()
      .unmarshall(context));
} else if (name.equals("Smile")) {
com.amazonaws.services.rekognition.modelFaceDetailsetAgeRange

Javadoc

The estimated age range, in years, for the face. Low represents the lowest estimated age and High represents the highest estimated age.

Popular methods of FaceDetail

  • <init>
  • equals
  • getAgeRange
    The estimated age range, in years, for the face. Low represents the lowest estimated age and High r
  • getBeard
    Indicates whether or not the face has a beard, and the confidence level in the determination.
  • getBoundingBox
    Bounding box of the face. Default attribute.
  • getConfidence
    Confidence level that the bounding box contains a face (and not a different object such as a tree).
  • getEmotions
    The emotions detected on the face, and the confidence level in the determination. For example, HAPP
  • getEyeglasses
    Indicates whether or not the face is wearing eye glasses, and the confidence level in the determina
  • getEyesOpen
    Indicates whether or not the eyes on the face are open, and the confidence level in the determinati
  • getGender
    Gender of the face and the confidence level in the determination.
  • getLandmarks
    Indicates the location of landmarks on the face. Default attribute.
  • getMouthOpen
    Indicates whether or not the mouth on the face is open, and the confidence level in the determinati
  • getLandmarks,
  • getMouthOpen,
  • getMustache,
  • getPose,
  • getQuality,
  • getSmile,
  • getSunglasses,
  • hashCode,
  • setBeard

Popular in Java

  • Reading from database using SQL prepared statement
  • onRequestPermissionsResult (Fragment)
  • scheduleAtFixedRate (Timer)
  • runOnUiThread (Activity)
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • Kernel (java.awt.image)
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • JLabel (javax.swing)
  • 21 Best IntelliJ Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now