Skip to content

Commit 2705f38

Browse files
authored
Merge pull request #177849 from PatrickFarley/freshness-pass
[cog svcs] Freshness pass
2 parents 861efc0 + 173fc24 commit 2705f38

20 files changed

+60
-48
lines changed

articles/cognitive-services/Computer-vision/Tutorials/CSharpTutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ manager: nolachar
88
ms.service: cognitive-services
99
ms.subservice: computer-vision
1010
ms.topic: sample
11-
ms.date: 04/17/2019
11+
ms.date: 10/27/2021
1212
ms.author: pafarley
1313
ms.custom: "seodec18, devx-track-csharp"
1414
---
1515

1616
# Sample: Explore an image processing app with C#
1717

18-
Explore a basic Windows application that uses Computer Vision to perform optical character recognition (OCR), create smart-cropped thumbnails, plus detect, categorize, tag and describe visual features, including faces, in an image. The below example lets you submit an image URL or a locally stored file. You can use this open source example as a template for building your own app for Windows using the Computer Vision API and Windows Presentation Foundation (WPF), a part of .NET Framework.
18+
Explore a basic Windows application that uses Computer Vision to perform optical character recognition (OCR), create smart-cropped thumbnails, and detect, categorize, tag and describe visual features, including faces, in an image. The below example lets you submit an image URL or a locally stored file. You can use this open source example as a template for building your own app for Windows using the Computer Vision API and Windows Presentation Foundation (WPF), a part of the .NET Framework.
1919

2020
> [!div class="checklist"]
2121
> * Get the sample app from GitHub
@@ -44,7 +44,7 @@ git clone --recurse-submodules https://github.com/Microsoft/Cognitive-Vision-Win
4444
```
4545

4646
> [!IMPORTANT]
47-
> Do not download this repository as a ZIP. Git doesn't include submodules when downloading a repository as a ZIP.
47+
> Do not download this repository as a _.zip_ file. Git doesn't include submodules when downloading a repository as a _.zip_.
4848
4949
### Get optional sample images
5050

articles/cognitive-services/Computer-vision/concept-object-detection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: computer-vision
1111
ms.topic: conceptual
12-
ms.date: 04/17/2019
12+
ms.date: 10/27/2021
1313
ms.author: pafarley
1414
ms.custom: seodec18
1515
---
1616

1717
# Detect common objects in images
1818

19-
Object detection is similar to [tagging](concept-tagging-images.md), but the API returns the bounding box coordinates (in pixels) for each object found. For example, if an image contains a dog, cat and person, the Detect operation will list those objects together with their coordinates in the image. You can use this functionality to process the relationships between the objects in an image. It also lets you determine whether there are multiple instances of the same tag in an image.
19+
Object detection is similar to [tagging](concept-tagging-images.md), but the API returns the bounding box coordinates (in pixels) for each object found in the image. For example, if an image contains a dog, cat and person, the Detect operation will list those objects with their coordinates in the image. You can use this functionality to process the relationships between the objects in an image. It also lets you determine whether there are multiple instances of the same object in an image.
2020

2121
The Detect API applies tags based on the objects or living things identified in the image. There is currently no formal relationship between the tagging taxonomy and the object detection taxonomy. At a conceptual level, the Detect API only finds objects and living things, while the Tag API can also include contextual terms like "indoor", which can't be localized with bounding boxes.
2222

articles/cognitive-services/Computer-vision/language-support.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,29 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: computer-vision
1010
ms.topic: conceptual
11-
ms.date: 04/17/2019
11+
ms.date: 10/27/2021
1212
ms.author: pafarley
1313
---
1414

1515
# Language support for Computer Vision
1616

17-
Some features of Computer Vision support multiple languages; any features not mentioned here only support English.
17+
Some capabilities of Computer Vision support multiple languages; any capabilities not mentioned here only support English.
1818

1919
## Optical Character Recognition (OCR)
2020

21-
The Computer Vision OCR APIs support several languages. Read can extract text from images and documents with mixed languages, including same text line without requiring a language parameter. See the [Optical Character Recognition (OCR) overview](overview-ocr.md) for more information.
21+
The Computer Vision OCR APIs support many languages. Read can extract text from images and documents with mixed languages, including from the same text line, without requiring a language parameter. See the [Optical Character Recognition (OCR) overview](overview-ocr.md) for more information.
2222

2323

2424
> [!NOTE]
2525
> **Language code optional**
2626
>
27-
> Read OCR's deep learning based universal models extract all multi-lingual text in your documents, including text lines with mixed languages, and do not require specifying a language code. Do not provide the language code as the parameter unless you are sure about the language and want to force the service to apply only the relevant model. Otherwise, the service may return incomplete and incorrect text.
27+
> Read OCR's deep-learning-based universal models extract all multi-lingual text in your documents, including text lines with mixed languages, and do not require specifying a language code. Do not provide the language code as the parameter unless you are sure about the language and want to force the service to apply only the relevant model. Otherwise, the service may return incomplete and incorrect text.
2828
29-
See [How to specify the model version](./Vision-API-How-to-Topics/call-read-api.md#determine-how-to-process-the-data-optional) to use the preview languages and features. The preview model includes any enhancements to the currently GA version.
29+
The preview model includes any enhancements to the current GA version of the API. See [How to specify the model version](./Vision-API-How-to-Topics/call-read-api.md#determine-how-to-process-the-data-optional) to use the preview languages and features.
3030

3131
### Handwritten languages
32-
The following table lists the handwritten languages supported by Read.
32+
33+
The following table lists the languages supported by Read for handwritten text.
3334

3435
|Language| Language code (optional) | Read |
3536
|:-----|:----:|:-----|
@@ -42,7 +43,8 @@ The following table lists the handwritten languages supported by Read.
4243
|Spanish |`es`|✅ preview |
4344

4445
### Print languages
45-
The following table lists the print languages supported by the OCR APIs.
46+
47+
The following table lists the languages supported by the OCR APIs for printed text.
4648

4749
|Language| Language code (optional) | Read | OCR |
4850
|:-----|:----:|:-----|:---:|
@@ -174,7 +176,7 @@ The following table lists the print languages supported by the OCR APIs.
174176

175177
## Image analysis
176178

177-
Some actions of the [Analyze - Image](https://westcentralus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-1-ga/operations/56f91f2e778daf14a499f21b) API can return results in other languages, specified with the `language` query parameter. Other actions return results in English regardless of what language is specified, and others throw an exception for unsupported languages. Actions are specified with the `visualFeatures` and `details` query parameters; see the [Overview](overview-image-analysis.md) for a list of all the actions you can do with image analysis. Languages for tagging are only available in API version 3.2 or later.
179+
Some features of the [Analyze - Image](https://westcentralus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-1-ga/operations/56f91f2e778daf14a499f21b) API can return results in other languages, specified with the `language` query parameter. Other actions return results in English regardless of what language is specified, and others throw an exception for unsupported languages. Actions are specified with the `visualFeatures` and `details` query parameters; see the [Overview](overview-image-analysis.md) for a list of all the actions you can do with image analysis. Languages for tagging are only available in API version 3.2 or later.
178180

179181
|Language | Language code | Categories | Tags | Description | Adult | Brands | Color | Faces | ImageType | Objects | Celebrities | Landmarks |
180182
|:---|:---:|:----:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|

articles/cognitive-services/Content-Moderator/Review-Tool-User-Guide/human-in-the-loop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
author: PatrickFarley
77
manager: mikemcca
88

9-
ms.date: 03/15/2019
9+
ms.date: 10/27/2021
1010
ms.service: cognitive-services
1111
ms.subservice: content-moderator
1212
ms.topic: conceptual

articles/cognitive-services/Content-Moderator/image-moderation-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: content-moderator
1111
ms.topic: conceptual
12-
ms.date: 04/14/2020
12+
ms.date: 10/27/2021
1313
ms.author: pafarley
1414

1515
---

articles/cognitive-services/Content-Moderator/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
ms.topic: landing-page # Required
1313
author: PatrickFarley #Required; your GitHub user alias, with correct capitalization.
1414
ms.author: pafarley #Required; microsoft alias of author; optional team alias.
15-
ms.date: 10/24/2019 #Required; mm/dd/yyyy format.
15+
ms.date: 10/27/2021 #Required; mm/dd/yyyy format.
1616

1717
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1818

articles/cognitive-services/Content-Moderator/language-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: content-moderator
1010
ms.topic: conceptual
11-
ms.date: 01/10/2019
11+
ms.date: 10/27/2021
1212
ms.author: pafarley
1313

1414
---

articles/cognitive-services/Content-Moderator/samples-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: content-moderator
1111
ms.topic: sample
12-
ms.date: 01/10/2019
12+
ms.date: 10/27/2021
1313
ms.author: pafarley
1414

1515
---

articles/cognitive-services/Content-Moderator/text-moderation-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: content-moderator
1111
ms.topic: conceptual
12-
ms.date: 05/18/2020
12+
ms.date: 10/27/2021
1313
ms.author: pafarley
1414

1515
---

articles/cognitive-services/Content-Moderator/try-text-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ manager: nitinme
1010
ms.service: cognitive-services
1111
ms.subservice: content-moderator
1212
ms.topic: conceptual
13-
ms.date: 05/29/2019
13+
ms.date: 10/27/2021
1414
---
1515

1616
# Moderate text from the API console

0 commit comments

Comments
 (0)