Uses of Class
software.amazon.awssdk.services.rekognition.model.BoundingBox
-
Packages that use BoundingBox Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of BoundingBox in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return BoundingBox Modifier and Type Method Description BoundingBoxAuditImage. boundingBox()Returns the value of the BoundingBox property for this object.BoundingBoxCelebrityDetail. boundingBox()Bounding box around the body of a celebrity.BoundingBoxComparedFace. boundingBox()Bounding box of the face.BoundingBoxComparedSourceImageFace. boundingBox()Bounding box of the face.BoundingBoxEquipmentDetection. boundingBox()A bounding box surrounding the item of detected PPE.BoundingBoxFace. boundingBox()Bounding box of the face.BoundingBoxFaceDetail. boundingBox()Bounding box of the face.BoundingBoxGeometry. boundingBox()An axis-aligned coarse representation of the detected item's location on the image.BoundingBoxInstance. boundingBox()The position of the label instance on the image.BoundingBoxPersonDetail. boundingBox()Bounding box around the detected person.BoundingBoxProtectiveEquipmentPerson. boundingBox()A bounding box around the detected person.BoundingBoxRegionOfInterest. boundingBox()The box representing a region of interest on screen.BoundingBoxSearchFacesByImageResponse. searchedFaceBoundingBox()The bounding box around the face in the input image that Amazon Rekognition used for the search.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type BoundingBox Modifier and Type Method Description AuditImage.BuilderAuditImage.Builder. boundingBox(BoundingBox boundingBox)Sets the value of the BoundingBox property for this object.CelebrityDetail.BuilderCelebrityDetail.Builder. boundingBox(BoundingBox boundingBox)Bounding box around the body of a celebrity.ComparedFace.BuilderComparedFace.Builder. boundingBox(BoundingBox boundingBox)Bounding box of the face.ComparedSourceImageFace.BuilderComparedSourceImageFace.Builder. boundingBox(BoundingBox boundingBox)Bounding box of the face.EquipmentDetection.BuilderEquipmentDetection.Builder. boundingBox(BoundingBox boundingBox)A bounding box surrounding the item of detected PPE.Face.BuilderFace.Builder. boundingBox(BoundingBox boundingBox)Bounding box of the face.FaceDetail.BuilderFaceDetail.Builder. boundingBox(BoundingBox boundingBox)Bounding box of the face.Geometry.BuilderGeometry.Builder. boundingBox(BoundingBox boundingBox)An axis-aligned coarse representation of the detected item's location on the image.Instance.BuilderInstance.Builder. boundingBox(BoundingBox boundingBox)The position of the label instance on the image.PersonDetail.BuilderPersonDetail.Builder. boundingBox(BoundingBox boundingBox)Bounding box around the detected person.ProtectiveEquipmentPerson.BuilderProtectiveEquipmentPerson.Builder. boundingBox(BoundingBox boundingBox)A bounding box around the detected person.RegionOfInterest.BuilderRegionOfInterest.Builder. boundingBox(BoundingBox boundingBox)The box representing a region of interest on screen.SearchFacesByImageResponse.BuilderSearchFacesByImageResponse.Builder. searchedFaceBoundingBox(BoundingBox searchedFaceBoundingBox)The bounding box around the face in the input image that Amazon Rekognition used for the search.
-