Skip to content

Commit deecb3e

Browse files
committed
image fix
1 parent e31aa79 commit deecb3e

File tree

1 file changed

+3
-3
lines changed
  • articles/ai-services/language-service/summarization/includes/quickstarts

1 file changed

+3
-3
lines changed

articles/ai-services/language-service/summarization/includes/quickstarts/rest-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Use this quickstart to send text summarization requests using the REST API. In t
4040
## Example request
4141

4242
> [!NOTE]
43-
> * The following BASH examples use the `\` line continuation character. If your console or terminal uses a different line continuation character, use that character.
43+
> * The following BASH exaples use the `\` line continuation character. If your console or terminal uses a different line continuation character, use that character.
4444
> * You can find language specific samples on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code).
4545
To call the API, you need the following information:
4646

@@ -49,7 +49,7 @@ Choose the type of summarization you would like to perform, and select one of th
4949
|Feature |Description |
5050
|---------|---------|
5151
|Text summarization | Use extractive text summarization to produce a summary of important or relevant information within a document. |
52-
|Conversation summarization | Use abstractive text summarization to produce a summary of issues and resolutions in transcripts between customer-service agents, and customers. |
52+
|Conversation summarization | Use abstractive text summarization to produce a summary of issues and resolutions in transcripts between customer-service agents, and customers. |m
5353

5454
# [Text summarization](#tab/text-summarization)
5555

@@ -440,7 +440,7 @@ Here's a sample response:
440440

441441
You receive a 202 (Success) response that includes a read-only Operation-Location header. The value of this header contains a jobId that can be queried to get the status of the asynchronous operation and retrieve the results using a GET request:
442442

443-
:::image type="content" source="media/operation-location-result-id.png" alt-text="Screenshot showing the operation-location value in the POST response.":::
443+
:::image type="content" source="../../../native-document-support/media/operation-location-result-id.png" alt-text="Screenshot showing the operation-location value in the POST response.":::
444444

445445
### Get analyze results (GET request)
446446

0 commit comments

Comments
 (0)