Skip to content

Commit 0692920

Browse files
authored
Adding key phrase ordering note.
1 parent 8498783 commit 0692920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/text-analytics/how-tos/text-analytics-how-to-keyword-extraction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Recall that the service is stateless. No data is stored in your account. Results
8686

8787
## Step 3: View results
8888

89-
All POST requests return a JSON formatted response with the IDs and detected properties.
89+
All POST requests return a JSON formatted response with the IDs and detected properties. The order of the returned key phrases is determined internally, by the model.
9090

9191
Output is returned immediately. You can stream the results to an application that accepts JSON or save the output to a file on the local system, and then import it into an application that allows you to sort, search, and manipulate the data.
9292

0 commit comments

Comments
 (0)