Skip to content

Commit 10fc863

Browse files
committed
add dybe pr updates
1 parent 62818b8 commit 10fc863

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

articles/ai-services/content-understanding/image/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ Get started with processing images with Content Understanding by following our [
5656
## Next steps
5757

5858
* 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.
60-
* Review code sample: [**analyzer templates**](https://github.com/Azure-Samples/azure-ai-content-understanding-python/tree/main/analyzer_templates).
61-
* Refer to our [Data, protection, and privacy policy](https://www.microsoft.com/trust-center/privacy) to learn more about how we handle your data.
59+
* For detailed information on supported input image formats, *see* [Service quotas and limits](../service-limits.md).
60+
* To review code samples, *see* [**analyzer templates**](https://github.com/Azure-Samples/azure-ai-content-understanding-python/tree/main/analyzer_templates).
61+
* For more information on trust and security, *see* [Data, protection, and privacy policy](https://www.microsoft.com/trust-center/privacy).

articles/ai-services/content-understanding/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Content Understanding now supports modified content filtering for approved custo
8383
> * Apply for modified content filters via this form: [Azure OpenAI Limited Access Review: Modified Content Filters](https://ncv.microsoft.com/uEfCgnITdR).
8484
> * For more information, *see* [**Content Filtering**](../openai/concepts/content-filter.md).
8585
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).
8787

8888
## Data privacy and security
8989
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.

articles/ai-services/content-understanding/quickstart/use-rest-api.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ To get started, you need **an active Azure subscription**. If you don't have an
3636

3737

3838
## 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.
4142

4243
### Send file for analysis
4344
#### POST request
@@ -52,7 +53,7 @@ Before running the cURL command, make the following changes to the HTTP request:
5253
# [Document](#tab/document)
5354

5455
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.
5657
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`.
5758

5859
# [Image](#tab/image)
@@ -70,7 +71,7 @@ Before running the cURL command, make the following changes to the HTTP request:
7071
# [Video](#tab/video)
7172

7273
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.
7475
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`.
7576
---
7677

@@ -349,6 +350,6 @@ The 200 (`OK`) JSON response includes a `status` field indicating the status of
349350

350351
## Next steps
351352

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.
353354

354355

0 commit comments

Comments
 (0)