Skip to content

Commit 3a64167

Browse files
committed
fix file names and alt text
1 parent 28d5a5d commit 3a64167

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

articles/cognitive-services/Face/includes/quickstarts/csharp-sdk.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ Create a new method to detect faces. The `DetectFaceExtract` method processes th
148148

149149
The above code processes the following remote images:
150150

151-
![A woman smiling](../../media/quickstarts/detection1.jpg)
152-
![A man, woman, and baby](../../media/quickstarts/detection5.jpg)
153-
![An older man and woman](../../media/quickstarts/detection6.jpg)
151+
![Photo of a woman smiling](../../media/quickstarts/detection-1.jpg)
152+
![Photo of a man, woman, and baby](../../media/quickstarts/detection-5.jpg)
153+
![Photo of an older man and woman](../../media/quickstarts/detection-6.jpg)
154154

155155
> [!TIP]
156156
> You can also detect faces in a local image. See the [IFaceOperations](/dotnet/api/microsoft.azure.cognitiveservices.vision.face.ifaceoperations) methods such as **DetectWithStreamAsync**.
@@ -228,7 +228,7 @@ The following method detects faces in a set of target images and in a single sou
228228

229229
In this program, the following remote image will be used as the source:
230230

231-
![A man smiling](../../media/quickstarts/findsimilar.jpg)
231+
![Photo of a man smiling](../../media/quickstarts/find-similar.jpg)
232232

233233
### Print matches
234234

@@ -238,7 +238,7 @@ The following code prints the match details to the console:
238238

239239
In this program, the face detected in this image should be returned as the face that's similar to the source image face.
240240

241-
![A man smiling; this is the same person as the previous image](../../media/quickstarts/family1-dad1.jpg)
241+
![Photo of a man smiling; this is the same person as the previous image](../../media/quickstarts/family-1-dad-1.jpg)
242242

243243
## Run the application
244244

articles/cognitive-services/Face/includes/quickstarts/javascript-sdk.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ The "QualityForRecognition" attribute is an indicator of the overall image quali
142142

143143
The above code processes the following remote images:
144144

145-
![A woman smiling](../../media/quickstarts/detection1.jpg)
146-
![A man, woman, and baby](../../media/quickstarts/detection5.jpg)
147-
![An older man and woman](../../media/quickstarts/detection6.jpg)
145+
![Photo of a woman smiling](../../media/quickstarts/detection-1.jpg)
146+
![Photo of a man, woman, and baby](../../media/quickstarts/detection-5.jpg)
147+
![Photo of an older man and woman](../../media/quickstarts/detection-6.jpg)
148148

149149
> [!TIP]
150150
> You can also detect faces in a local image. See the [Face](/javascript/api/@azure/cognitiveservices-face/face) methods such as [DetectWithStreamAsync](/javascript/api/@azure/cognitiveservices-face/face#detectWithStream_msRest_HttpRequestBody__FaceDetectWithStreamOptionalParams__ServiceCallback_DetectedFace____).
@@ -200,11 +200,11 @@ The following method detects faces in a set of target images and in a single sou
200200

201201
In this program, the following remote image will be used as the source:
202202

203-
![A man smiling](../../media/quickstarts/findsimilar.jpg)
203+
![Photo of a man smiling](../../media/quickstarts/find-similar.jpg)
204204

205205
The face detected in this image should be returned as the face that's similar to the source image face.
206206

207-
![A man smiling; this is the same person as the previous image](../../media/quickstarts/family1-dad1.jpg)
207+
![Photo of a man smiling; this is the same person as the previous image](../../media/quickstarts/family-1-dad-1.jpg)
208208

209209
## Main
210210

articles/cognitive-services/Face/includes/quickstarts/rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Finally, detect the single source face that you'll use for matching, and save it
178178

179179
:::code source="~/cognitive-services-quickstart-code/curl/face/detect.sh" ID="similar_matcher":::
180180

181-
![A man smiling](../../media/quickstarts/findsimilar.jpg)
181+
![Photo of a man smiling](../../media/quickstarts/find-similar.jpg)
182182

183183
### Find matches
184184

@@ -213,7 +213,7 @@ You'll receive a JSON response that lists the IDs of the faces that match your q
213213

214214
In this program, the face detected in this image should be returned as the face that's similar to the source image face.
215215

216-
![A man smiling; this is the same person as the previous image](../../media/quickstarts/family1-dad1.jpg)
216+
![Photo of a man smiling; this is the same person as the previous image](../../media/quickstarts/family-1-dad-1.jpg)
217217

218218
## Clean up resources
219219

0 commit comments

Comments
 (0)