Values.InstanceSourceAn instance of a label returned by Amazon Rekognition Image (DetectLabels) or by Amazon Rekognition Video (GetLabelDetection).
type nonrec t = {boundingBox : BoundingBox.t option;The position of the label instance on the image.
*)confidence : Percent.t option;The confidence that Amazon Rekognition has in the accuracy of the bounding box.
*)dominantColors : DominantColors.t option;The dominant colors found in an individual instance of a label.
*)}