Skip to content

Commit a7e16ec

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into WI176764-fort-knox
2 parents 5f716f0 + 8d4a616 commit a7e16ec

File tree

398 files changed

+6584
-4227
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

398 files changed

+6584
-4227
lines changed

.openpublishing.redirection.json

Lines changed: 20 additions & 785 deletions
Large diffs are not rendered by default.

articles/ai-services/.openpublishing.redirection.ai-services-from-cog.json

Lines changed: 36 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,33 +1816,58 @@
18161816
"redirect_document_id": true
18171817
},
18181818
{
1819-
"source_path_from_root": "/articles/cognitive-services/speech-service/how-to-custom-voice-create-voice.md",
1820-
"redirect_url": "/azure/ai-services/speech-service/how-to-custom-voice-create-voice",
1819+
"source_path_from_root": "/articles/cognitive-services/speech-service/how-to-custom-voice-training-data.md",
1820+
"redirect_url": "/azure/ai-services/speech-service/how-to-custom-voice-training-data",
18211821
"redirect_document_id": true
18221822
},
1823+
{
1824+
"source_path_from_root": "/articles/cognitive-services/speech-service/how-to-custom-voice-create-voice.md",
1825+
"redirect_url": "/azure/ai-services/speech-service/professional-voice-train-voice",
1826+
"redirect_document_id": false
1827+
},
18231828
{
18241829
"source_path_from_root": "/articles/cognitive-services/speech-service/how-to-custom-voice-prepare-data.md",
1825-
"redirect_url": "/azure/ai-services/speech-service/how-to-custom-voice-prepare-data",
1826-
"redirect_document_id": true
1830+
"redirect_url": "/azure/ai-services/speech-service/professional-voice-create-training-set",
1831+
"redirect_document_id": false
18271832
},
18281833
{
18291834
"source_path_from_root": "/articles/cognitive-services/speech-service/how-to-custom-voice-talent.md",
1830-
"redirect_url": "/azure/ai-services/speech-service/how-to-custom-voice-talent",
1835+
"redirect_url": "/azure/ai-services/speech-service/professional-voice-create-consent",
1836+
"redirect_document_id": false
1837+
},
1838+
{
1839+
"source_path_from_root": "/articles/cognitive-services/speech-service/how-to-custom-voice.md",
1840+
"redirect_url": "/azure/ai-services/speech-service/professional-voice-create-project",
1841+
"redirect_document_id": false
1842+
},
1843+
{
1844+
"source_path_from_root": "/articles/cognitive-services/speech-service/how-to-deploy-and-use-endpoint.md",
1845+
"redirect_url": "/azure/ai-services/speech-service/professional-voice-deploy-endpoint",
1846+
"redirect_document_id": false
1847+
},
1848+
{
1849+
"source_path_from_root": "/articles/ai-services/speech-service/how-to-custom-voice-create-voice.md",
1850+
"redirect_url": "/azure/ai-services/speech-service/professional-voice-train-voice",
18311851
"redirect_document_id": true
18321852
},
18331853
{
1834-
"source_path_from_root": "/articles/cognitive-services/speech-service/how-to-custom-voice-training-data.md",
1835-
"redirect_url": "/azure/ai-services/speech-service/how-to-custom-voice-training-data",
1854+
"source_path_from_root": "/articles/ai-services/speech-service/how-to-custom-voice-prepare-data.md",
1855+
"redirect_url": "/azure/ai-services/speech-service/professional-voice-create-training-set",
18361856
"redirect_document_id": true
18371857
},
18381858
{
1839-
"source_path_from_root": "/articles/cognitive-services/speech-service/how-to-custom-voice.md",
1840-
"redirect_url": "/azure/ai-services/speech-service/how-to-custom-voice",
1859+
"source_path_from_root": "/articles/ai-services/speech-service/how-to-custom-voice-talent.md",
1860+
"redirect_url": "/azure/ai-services/speech-service/professional-voice-create-consent",
18411861
"redirect_document_id": true
18421862
},
18431863
{
1844-
"source_path_from_root": "/articles/cognitive-services/speech-service/how-to-deploy-and-use-endpoint.md",
1845-
"redirect_url": "/azure/ai-services/speech-service/how-to-deploy-and-use-endpoint",
1864+
"source_path_from_root": "/articles/ai-services/speech-service/how-to-custom-voice.md",
1865+
"redirect_url": "/azure/ai-services/speech-service/professional-voice-create-project",
1866+
"redirect_document_id": true
1867+
},
1868+
{
1869+
"source_path_from_root": "/articles/ai-services/speech-service/how-to-deploy-and-use-endpoint.md",
1870+
"redirect_url": "/azure/ai-services/speech-service/professional-voice-deploy-endpoint",
18461871
"redirect_document_id": true
18471872
},
18481873
{

articles/ai-services/.openpublishing.redirection.cognitive-services.json

Lines changed: 787 additions & 2 deletions
Large diffs are not rendered by default.

articles/ai-services/computer-vision/how-to/video-retrieval.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Connection: close
207207
After you add video files to the index, the ingestion process starts. It might take some time depending on the size and number of files. To ensure the ingestion is complete before performing searches, you can use the **[Get Ingestion](../reference-video-search.md)** API to check the status. Wait for this call to return `"state" = "Completed"` before proceeding to the next step.
208208

209209
```bash
210-
curl.exe -v _X GET "https://<YOUR_ENDPOINT_URL>/computervision/retrieval/indexes/my-video-index/ingestions?api-version=2023-05-01-preview&$top=20" -H "ocp-apim-subscription-key: <YOUR_SUBSCRIPTION_KEY>"
210+
curl.exe -v -X GET "https://<YOUR_ENDPOINT_URL>/computervision/retrieval/indexes/my-video-index/ingestions?api-version=2023-05-01-preview&$top=20" -H "ocp-apim-subscription-key: <YOUR_SUBSCRIPTION_KEY>"
211211
```
212212

213213
**Response:**
@@ -242,7 +242,7 @@ After you add video files to the index, you can search for specific videos using
242242
To perform a search using the "vision" feature, use the [Search By Text](../reference-video-search.md) API with the `vision` filter, specifying the query text and any other desired filters.
243243

244244
```bash
245-
POST -v -X "https://<YOUR_ENDPOINT_URL>/computervision/retrieval/indexes/my-video-index:queryByText?api-version=2023-05-01-preview" -H "Ocp-Apim-Subscription-Key: <YOUR_SUBSCRIPTION_KEY>" -H "Content-Type: application/json" --data-ascii "
245+
curl.exe -v -X POST "https://<YOUR_ENDPOINT_URL>/computervision/retrieval/indexes/my-video-index:queryByText?api-version=2023-05-01-preview" -H "Ocp-Apim-Subscription-Key: <YOUR_SUBSCRIPTION_KEY>" -H "Content-Type: application/json" --data-ascii "
246246
{
247247
'queryText': 'a man with black hoodie',
248248
'filters': {

articles/ai-services/computer-vision/includes/custom-vision-ia-compare.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ ms.author: pafarley
1515
| --- | --- | --- |
1616
|Tasks |Image classification</br>Object detection |Image classification</br>Object detection |
1717
|Base model |CNN |Transformer model |
18-
|Labeling|[Customvision.ai](https://www.customvision.ai/) |AML Studio or COCO file |
18+
|Labeling|[Customvision.ai](https://www.customvision.ai/) |AML Studio |
1919
|Web Portal |[Customvision.ai](https://www.customvision.ai/) |[Vision Studio](https://portal.vision.cognitive.azure.com/gallery/featured) |
2020
|Libraries |REST, SDK |REST, Python Sample |
2121
|Minimum training data needed |15 images per category |2-5 images per category |
2222
|Training data storage |Uploaded to service |Customer’s blob storage account |
2323
|Model hosting |Cloud and edge |Cloud hosting only, edge container hosting to come |
24-
|AI quality | <table ><col ><col ></colgroup><thead><tr><th>context</th><th>IC</br>(top-1 accuracy, 22 datasets)</th><th>OD</br>(mAP@50, 59 datasets)</th></tr></thead><tbody><tr><td>0 shot</td><td>N/A</td><td>N/A</td></tr><tr><td>2 shot</td><td>51.47</td><td>33.3</td></tr><tr><td>3 shot</td><td>56.73</td><td>37.0</td></tr><tr><td>5 shot</td><td>63.01</td><td>43.4</td></tr><tr><td>10 shot</td><td>68.95</td><td>54.0</td></tr><tr><td>full</td><td>85.25</td><td>76.6</td></tr></tbody></table> | <table ><col ><col ></colgroup><thead><tr><th>context</th><th>IC</br>(top-1 accuracy, 22 datasets)</th><th>OD</br>(mAP@50, 59 datasets)</th></tr></thead><tbody><tr><td>0 shot</td><td>57.8</td><td>27.1</td></tr><tr><td>2 shot</td><td>73.02</td><td>49.2</td></tr><tr><td>3 shot</td><td>75.51</td><td>61.1</td></tr><tr><td>5 shot</td><td>79.14</td><td>68.2</td></tr><tr><td>10 shot</td><td>81.31</td><td>75.0</td></tr><tr><td>full</td><td>90.98</td><td>85.4</td></tr></tbody></table> |
25-
| Pricing | [Custom Vision pricing](/pricing/details/cognitive-services/custom-vision-service/) | [Image Analysis pricing](/pricing/details/cognitive-services/computer-vision/) |
24+
|AI quality | <table ><col ><col ></colgroup><thead><tr><th>context</th><th>IC</br>(top-1 accuracy, 22 datasets)</th><th>OD</br>(mAP@50, 59 datasets)</th></tr></thead><tbody><tr><td>2 shot</td><td>51.47</td><td>33.3</td></tr><tr><td>3 shot</td><td>56.73</td><td>37.0</td></tr><tr><td>5 shot</td><td>63.01</td><td>43.4</td></tr><tr><td>10 shot</td><td>68.95</td><td>54.0</td></tr><tr><td>full</td><td>85.25</td><td>76.6</td></tr></tbody></table> | <table ><col ><col ></colgroup><thead><tr><th>context</th><th>IC</br>(top-1 accuracy, 22 datasets)</th><th>OD</br>(mAP@50, 59 datasets)</th></tr></thead><tbody><tr><td>2 shot</td><td>73.02</td><td>49.2</td></tr><tr><td>3 shot</td><td>75.51</td><td>61.1</td></tr><tr><td>5 shot</td><td>79.14</td><td>68.2</td></tr><tr><td>10 shot</td><td>81.31</td><td>75.0</td></tr><tr><td>full</td><td>90.98</td><td>85.4</td></tr></tbody></table> |
25+
| Pricing | [Custom Vision pricing](https://azure.microsoft.com/pricing/details/cognitive-services/custom-vision-service/) | [Image Analysis pricing](https://azure.microsoft.com/pricing/details/cognitive-services/computer-vision) |

articles/ai-services/computer-vision/includes/custom-vision-shelf-compare.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ ms.author: pafarley
1313

1414
|Areas | Products on Shelves – Custom Vision |Product Recognition – Image Analysis API/Customization |
1515
|---|---|---|
16-
|Features | Custom product understanding |Image stitching & rectification,</br>Pretrained product understanding,</br>Custom product understanding,</br>Planogram matching |
16+
|Features | Custom product understanding |Image stitching & rectification, </br>Pretrained product understanding, </br>Custom product understanding, </br>Planogram matching |
1717
|Base model |CNN |Florence transformer model|
18-
|Labeling |[Customvision.ai](https://www.customvision.ai/) |AML Studio or COCO file |
18+
|Labeling |[Customvision.ai](https://www.customvision.ai/) |AML Studio |
1919
|Web Portal |[Customvision.ai](https://www.customvision.ai/) |[Vision Studio](https://portal.vision.cognitive.azure.com/gallery/featured) |
2020
|Libraries |REST, SDK |REST, Python Sample |
2121
|Minimum training data needed |15 images per category |2-5 images per category|
2222
|Training data storage |Uploaded to service |Customer’s blob storage account |
2323
|Model hosting |Cloud and edge |Cloud hosting only, edge container hosting to come |
2424
|AI quality| <table ><colgroup><col ><col ></colgroup><thead><tr><th>context</th><th>Top-1 accuracy, 14 datasets</th></tr></thead><tbody><tr><td>1 shot (catalog)</td><td>29.4</td></tr><tr><td>2 shot</td><td>57.1</td></tr><tr><td>3 shot</td><td>66.7</td></tr><tr><td>5 shot</td><td>80.8</td></tr><tr><td>10 shot</td><td>86.4</td></tr><tr><td>full</td><td>94.9</td></tr></tbody></table>| <table ><colgroup><col ><col ></colgroup><thead><tr><th>context</th><th>Top-1 accuracy, 14 datasets</th></tr></thead><tbody><tr><td>1 shot (catalog)</td><td>86.9</td></tr><tr><td>2 shot</td><td>88.8</td></tr><tr><td>3 shot</td><td>89.8</td></tr><tr><td>5 shot</td><td>90.3</td></tr><tr><td>10 shot</td><td>91.0</td></tr><tr><td>full</td><td>95.4</td></tr></tbody></table>|
25-
| Pricing | [Custom Vision pricing](/pricing/details/cognitive-services/custom-vision-service/) | [Image Analysis pricing](/pricing/details/cognitive-services/computer-vision/) |
25+
| Pricing | [Custom Vision pricing](https://azure.microsoft.com/pricing/details/cognitive-services/custom-vision-service/) | [Image Analysis pricing](https://azure.microsoft.com/pricing/details/cognitive-services/computer-vision) |
-10.3 KB
Loading

articles/ai-services/document-intelligence/quickstarts/try-document-intelligence-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ For custom projects, the following role assignments are required for different s
110110

111111
1. Start by creating a new CORS entry in the Blob service.
112112

113-
1. Set the **Allowed origins** to `https://formrecognizer.appliedai.azure.com`.
113+
1. Set the **Allowed origins** to `https://documentintelligence.ai.azure.com`.
114114

115115
:::image type="content" source="../media/quickstarts/cors-updated-image.png" alt-text="Screenshot that shows CORS configuration for a storage account.":::
116116

articles/ai-services/language-service/key-phrase-extraction/tutorials/integrate-power-bi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Here are two versions of a Language Detection function. The first returns the IS
235235
headers = [#"Ocp-Apim-Subscription-Key" = apikey],
236236
bytesresp = Web.Contents(endpoint, [Headers=headers, Content=bytesbody]),
237237
jsonresp = Json.Document(bytesresp),
238-
language = jsonresp [documents]{0}[detectedLanguage] [iso6391Name] in language
238+
language = jsonresp [documents]{0}[detectedLanguage] [name] in language
239239
```
240240
```fsharp
241241
// Returns the name (for example, 'English') of the language in which the text is written

articles/ai-services/language-service/language-studio.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ When you're ready to use Language Studio features on your own text data, you wil
6666
6767
If you're sending conversational text to supported features in Language Studio, be aware of the following input requirements:
6868
* The text you send must be a conversational dialog between two or more participants.
69-
* Each line must start with the name of the participant, followed by a `:`, and followed by what they say.
69+
* Except issue/resolution summarization, each line must start with the name of the participant, followed by a `:`, and followed by what they say.
70+
* To use issue and resolution aspects in conversation summarization, each line must start with the role of the participant between "Customer" and "Agent" spelled in English, followed by a ':' before what they say in any supported languages. Names of participants, followed by the role, are optional.
7071
* Each participant must be on a new line. If multiple participants' utterances are on the same line, it will be processed as one line of the conversation.
7172

7273
See the following example for how you should structure conversational text you want to send.

0 commit comments

Comments
 (0)