Skip to content

Commit 8b6cb50

Browse files
committed
sentence structure, metadata
1 parent e223c0d commit 8b6cb50

File tree

1 file changed

+9
-9
lines changed
  • articles/cognitive-services/Computer-vision/quickstarts-sdk

1 file changed

+9
-9
lines changed

articles/cognitive-services/Computer-vision/quickstarts-sdk/java-sdk.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ services: cognitive-services
55
author: PatrickFarley
66
manager: nitinme
77
ms.service: cognitive-services
8-
ms.subservice:
8+
ms.subservice: computer-vision
99
ms.topic: quickstart
10-
ms.date: 10/01/2019
10+
ms.date: 12/19/2019
1111
ms.author: pafarley
1212
---
1313

@@ -156,43 +156,43 @@ The following sections show how to parse this information in detail.
156156

157157
### Get image description
158158

159-
The following code gets the list of generated captions for the image. See [Describe images](../concept-describing-images.md) for more details.
159+
The following code gets the list of generated captions for the image. For more information, see [Describe images](../concept-describing-images.md).
160160

161161
[!code-java[](~/cognitive-services-quickstart-code/java/ComputerVision/src/main/java/ComputerVisionQuickstart.java?name=snippet_analyzelocal_captions)]
162162

163163
### Get image category
164164

165-
The following code gets the detected category of the image. See [Categorize images](../concept-categorizing-images.md) for more details.
165+
The following code gets the detected category of the image. For more information, see [Categorize images](../concept-categorizing-images.md).
166166

167167
[!code-java[](~/cognitive-services-quickstart-code/java/ComputerVision/src/main/java/ComputerVisionQuickstart.java?name=snippet_analyzelocal_category)]
168168

169169
### Get image tags
170170

171-
The following code gets the set of detected tags in the image. See [Content tags](../concept-tagging-images.md) for more details.
171+
The following code gets the set of detected tags in the image. For more information, see [Content tags](../concept-tagging-images.md).
172172

173173
[!code-java[](~/cognitive-services-quickstart-code/java/ComputerVision/src/main/java/ComputerVisionQuickstart.java?name=snippet_analyzelocal_tags)]
174174

175175
### Detect faces
176176

177-
The following code returns the detected faces in the image with their rectangle coordinates and select face attributes. See [Face detection](../concept-detecting-faces.md) for more details.
177+
The following code returns the detected faces in the image with their rectangle coordinates and selects face attributes. For more information, see [Face detection](../concept-detecting-faces.md).
178178

179179
[!code-java[](~/cognitive-services-quickstart-code/java/ComputerVision/src/main/java/ComputerVisionQuickstart.java?name=snippet_analyzelocal_faces)]
180180

181181
### Detect adult, racy, or gory content
182182

183-
The following code prints the detected presence of adult content in the image. See [Adult, racy, gory content](../concept-detecting-adult-content.md) for more details.
183+
The following code prints the detected presence of adult content in the image. For more information, see [Adult, racy, gory content](../concept-detecting-adult-content.md).
184184

185185
[!code-java[](~/cognitive-services-quickstart-code/java/ComputerVision/src/main/java/ComputerVisionQuickstart.java?name=snippet_analyzelocal_adult)]
186186

187187
### Get image color scheme
188188

189-
The following code prints the detected color attributes in the image, like the dominant colors and accent color. See [Color schemes](../concept-detecting-color-schemes.md) for more details.
189+
The following code prints the detected color attributes in the image, like the dominant colors and accent color. For more information, see [Color schemes](../concept-detecting-color-schemes.md).
190190

191191
[!code-java[](~/cognitive-services-quickstart-code/java/ComputerVision/src/main/java/ComputerVisionQuickstart.java?name=snippet_analyzelocal_colors)]
192192

193193
### Get domain-specific content
194194

195-
Computer Vision can use specialized model to do further analysis on images. See [Domain-specific content](../concept-detecting-domain-content.md) for more details.
195+
Computer Vision can use specialized model to do further analysis on images. For more information, see [Domain-specific content](../concept-detecting-domain-content.md).
196196

197197
The following code parses data about detected celebrities in the image.
198198

0 commit comments

Comments
 (0)