You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/summarization/includes/quickstarts/rest-api.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Use this quickstart to send text summarization requests using the REST API. In t
40
40
## Example request
41
41
42
42
> [!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.
44
44
> * You can find language specific samples on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code).
45
45
To call the API, you need the following information:
46
46
@@ -49,7 +49,7 @@ Choose the type of summarization you would like to perform, and select one of th
49
49
|Feature |Description |
50
50
|---------|---------|
51
51
|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
53
53
54
54
# [Text summarization](#tab/text-summarization)
55
55
@@ -440,7 +440,7 @@ Here's a sample response:
440
440
441
441
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:
442
442
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.":::
0 commit comments