Merge Extractions Input

Input for merging extracted content from multiple documents.
JSON example
1{
2  "extractedContent": [
3
4    "{\"FirstName\":{\"value\":\"John\",\"type\":\"string\"},\"LastName\":{\"value\":\"marshall\",\"type\":\"string\"},\"Addresses\":{\"type\":\"array\",\"value\":[{\"type\":\"object\",\"value\":{\"State\":{\"type\":\"string\",\"value\":\"California\"},\"City\":{\"type\":\"string\",\"value\":\"Downtown\"},\"PinCode\":{\"type\":\"string\",\"value\":\"40001\"},\"Addressline\":{\"type\":\"string\",\"value\":\"42ParkAvenue\"}}}]}}",
5
6    "{\"FirstName\":{\"value\":\"Mary\",\"type\":\"string\"},\"LastName\":{\"value\":\"marshall\",\"type\":\"string\"}}"
7  ],
8  "idpConfigName": "Member_Details"
9}
Properties
Name Type Description Required or Optional Available Version
extractedContent String[] Array of extracted data objects to merge, each as a JSON string. Provide the extractedData values returned by the Intelligent Application Processing Extract resource — one per document. Required 68.0
idpConfigName String API name of the Intelligent Document Processing (IDP) configuration that Unstructured Document Processing (UDP) uses to merge the extracted data. Required 68.0