

# Instance


An instance of a label returned by Amazon Rekognition Image ([DetectLabels](API_DetectLabels.md)) or by Amazon Rekognition Video ([GetLabelDetection](API_GetLabelDetection.md)).

## Contents


 ** BoundingBox **   <a name="rekognition-Type-Instance-BoundingBox"></a>
The position of the label instance on the image.  
Type: [BoundingBox](API_BoundingBox.md) object  
Required: No

 ** Confidence **   <a name="rekognition-Type-Instance-Confidence"></a>
The confidence that Amazon Rekognition has in the accuracy of the bounding box.  
Type: Float  
Valid Range: Minimum value of 0. Maximum value of 100.  
Required: No

 ** DominantColors **   <a name="rekognition-Type-Instance-DominantColors"></a>
The dominant colors found in an individual instance of a label.  
Type: Array of [DominantColor](API_DominantColor.md) objects  
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/rekognition-2016-06-27/Instance) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/rekognition-2016-06-27/Instance) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/rekognition-2016-06-27/Instance) 