You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/content-understanding/overview.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,17 +53,18 @@ Common applications for Content Understanding include:
53
53
54
54
See [Quickstart](quickstart/use-ai-foundry.md) for more examples.
55
55
56
-
## Capabilities
56
+
## Components
57
57
58
58
:::image type="content" source="media/overview/component_overview.png" alt-text="Screenshot of Content Understanding components.":::
59
59
60
-
|Capability|Description|
60
+
|Component|Description|
61
61
|:---------|:----------|
62
-
|Content extraction | Content Understanding recognizes content from documents, images, audio, and video for easy analysis and further processing.|
62
+
|Analyzer|The analyzer is the core component of Content Understanding. It allows customers to configure content extraction settings and field extraction schema. Once configured, the analyzer consistently applies these settings to process all incoming data.|
63
+
|Content extraction|Content extraction enables users to specify the types of information to be identified and extracted from incoming content. This includes options such as OCR for text, layout analysis, barcodes, tables, and more, allowing users to focus on the most relevant content elements.|
63
64
|Add-ons| Content Understanding add-ons enhance content extraction by incorporating additional elements like barcodes, tables, and detected faces.|
64
-
|Field extraction|Choose from a list of supported field types like strings, numbers and tables. See [service limits](service-limits.md) for a complete list of field types supported. Fields can be generated via one of the following methods:</br></br>•**Extract**: Directly extract values as they appear in the input content, such as extracting dates from receipts or item details from invoices.</br></br>•**Classify**: Classify content from a predefined set of categories, such as determining call sentiment or chart type.</br></br>•**Generate**: Generate values freely from input data, such as summarizing an audio conversation or generating scene descriptions from videos.|
65
-
|Grounding Source| Content Understanding identifies the specific regions in the content where the value was generated from. This allows users in automation scenarios to quickly verify the correctness of the field values, leading to higher confidence in the extracted data. |
66
-
|Confidence Score| Content Understanding provides confidence scores from 0 to 1 to estimate the reliability of the results. High scores indicate accurate data extraction, enabling straight-through processing in automation workflows.|
65
+
|Field extraction|Field extraction allows users to define the structure and schema of the desired fields to extract from input files. See [service limits](service-limits.md) for a complete list of field types supported. Fields can be generated via one of the following methods:</br></br>•**Extract**: Directly extract values as they appear in the input content, such as dates from receipts or item details from invoices.</br></br>•**Classify**: Classify content from a predefined set of categories, such as call sentiment or chart type.</br></br>•**Generate**: Generate values freely from input data, such as summarizing an audio conversation or creating scene descriptions from videos.|
66
+
|Grounding source| Content Understanding identifies the specific regions in the content where the value was generated from. This allows users in automation scenarios to quickly verify the correctness of the field values, leading to higher confidence in the extracted data. |
67
+
|Confidence score| Content Understanding provides confidence scores from 0 to 1 to estimate the reliability of the results. High scores indicate accurate data extraction, enabling straight-through processing in automation workflows.|
0 commit comments