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/image/overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,6 @@ Get started with processing images with Content Understanding by following our [
56
56
## Next steps
57
57
58
58
* For guidance on optimizing your Content Understanding implementations, including schema design tips, see our detailed [Best practices guide](../concepts/best-practices.md).
59
-
* For detailed information on supported input image formats, refer to our [Service quotas and limits](../service-limits.md) page.
Copy file name to clipboardExpand all lines: articles/ai-services/content-understanding/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Content Understanding now supports modified content filtering for approved custo
83
83
> * Apply for modified content filters via this form: [Azure OpenAI Limited Access Review: Modified Content Filters](https://ncv.microsoft.com/uEfCgnITdR).
84
84
> * For more information, *see*[**Content Filtering**](../openai/concepts/content-filter.md).
85
85
86
-
To learn more about how to add modified content filtering to your requests, *see* our [REST API quickstart](quickstart/use-rest-api.md#modified-content-filtering).
86
+
To learn more about how to add modified content filtering to your requests, *see* our [REST API quickstart](quickstart/use-rest-api.md).
87
87
88
88
## Data privacy and security
89
89
Developers using the Content Understanding service should review Microsoft's policies on customer data. For more information, visit our [**Data, protection and privacy**](https://www.microsoft.com/trust-center/privacy) page.
Copy file name to clipboardExpand all lines: articles/ai-services/content-understanding/quickstart/use-rest-api.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,9 @@ To get started, you need **an active Azure subscription**. If you don't have an
36
36
37
37
38
38
## Get Started with a prebuilt analyzer
39
-
Analyzers define how your content is processed and the insights that are extracted. We offer [prebuilt analyzers](../concepts/prebuilt-analyzers.md) for common use cases. You can [customize prebuilt analyzers](/how-to/create-a-custom-analyzer.md) to better fit your specific needs and use cases.
40
-
This quickstart uses prebuilt document, image, audio, and video analyzers to help you get started.
39
+
40
+
Analyzers define how your content is processed and the insights that are extracted. We offer [prebuilt analyzers](../concepts/prebuilt-analyzers.md) for common use cases. You can [customize prebuilt analyzers](../concepts/prebuilt-analyzers.md) to better fit your specific needs and use cases.
41
+
This quickstart uses prebuilt document, image, audio, and video analyzers to help you get started.
41
42
42
43
### Send file for analysis
43
44
#### POST request
@@ -52,7 +53,7 @@ Before running the cURL command, make the following changes to the HTTP request:
52
53
# [Document](#tab/document)
53
54
54
55
1. Replace `{endpoint}` and `{key}` with the corresponding values from your Azure AI Services instance in the Azure portal.
55
-
2. Replace `{analyzerId}` with `prebuilt-documentAnalyzer`. This analyzer extracts text and layout elements such as paragraphs, sections, and tables from a document.
56
+
2. Replace `{analyzerId}` with `prebuilt-documentAnalyzer`. This analyzer extracts text and layout elements such as paragraphs, sections, and tables from a document.
56
57
3. Replace `{fileUrl}` with a publicly accessible URL of the file to analyze—such as a path to an Azure Storage Blob with a shared access signature (SAS), or use the sample URL: `https://github.com/Azure-Samples/azure-ai-content-understanding-python/raw/refs/heads/main/data/invoice.pdf`.
57
58
58
59
# [Image](#tab/image)
@@ -70,7 +71,7 @@ Before running the cURL command, make the following changes to the HTTP request:
70
71
# [Video](#tab/video)
71
72
72
73
1. Replace `{endpoint}` and `{key}` with the corresponding values from your Azure AI Services instance in the Azure portal.
73
-
2. Replace `{analyzerId}` with `prebuilt-videoAnalyzer`. This analyzer extracts keyframes, transcript, and chapter segments from video.
74
+
2. Replace `{analyzerId}` with `prebuilt-videoAnalyzer`. This analyzer extracts keyframes, transcript, and chapter segments from video.
74
75
3. Replace `{fileUrl}` with a publicly accessible URL of the file to analyze—such as a path to an Azure Storage Blob with a shared access signature (SAS), or use the sample URL: `https://github.com/Azure-Samples/azure-ai-content-understanding-python/raw/refs/heads/main/data/FlightSimulator.mp4`.
75
76
---
76
77
@@ -349,6 +350,6 @@ The 200 (`OK`) JSON response includes a `status` field indicating the status of
349
350
350
351
## Next steps
351
352
352
-
* In this quickstart, you learned how to call the [REST API](/rest/api/contentunderstanding/content-analyzers/analyze?view=rest-contentunderstanding-2025-05-01-preview) using a prebuilt analyzer. See how you can [create a custom analyzer](/how-to/create-a-custom-analyzer) to better fit your use case.
353
+
Learn to [create a custom analyzer](../concepts/analyzers-overview.md) to better fit your use case.
0 commit comments