Skip to content

Commit ee0eb73

Browse files
authored
Merge pull request #91911 from aahill/patch-15
[CogSvcs][TextAnalytics] Adding key phrase ordering note.
2 parents a99a875 + 0692920 commit ee0eb73

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)