

# MatchItem
<a name="API_connect-customer-profiles_MatchItem"></a>

The Match group object.

## Contents
<a name="API_connect-customer-profiles_MatchItem_Contents"></a>

 ** ConfidenceScore **   <a name="connect-Type-connect-customer-profiles_MatchItem-ConfidenceScore"></a>
A number between 0 and 1, where a higher score means higher similarity. Examining match confidence scores lets you distinguish between groups of similar records in which the system is highly confident (which you may decide to merge), groups of similar records about which the system is uncertain (which you may decide to have reviewed by a human), and groups of similar records that the system deems to be unlikely (which you may decide to reject). Given confidence scores vary as per the data input, it should not be used an absolute measure of matching quality.  
Type: Double  
Required: No

 ** MatchId **   <a name="connect-Type-connect-customer-profiles_MatchItem-MatchId"></a>
The unique identifiers for this group of profiles that match.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Required: No

 ** ProfileIds **   <a name="connect-Type-connect-customer-profiles_MatchItem-ProfileIds"></a>
A list of identifiers for profiles that match.  
Type: Array of strings  
Pattern: `[a-f0-9]{32}`   
Required: No

## See Also
<a name="API_connect-customer-profiles_MatchItem_SeeAlso"></a>

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/customer-profiles-2020-08-15/MatchItem) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/customer-profiles-2020-08-15/MatchItem) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/customer-profiles-2020-08-15/MatchItem) 