Skip to content

Commit

Permalink
Add param for query extsum
Browse files Browse the repository at this point in the history
  • Loading branch information
dhung-msft committed Sep 14, 2023
1 parent 7a7ee13 commit dd4b895
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/cognitiveservices/data-plane/Language/analyzetext.json
Original file line number Diff line number Diff line change
Expand Up @@ -2046,6 +2046,10 @@
},
"stringIndexType": {
"$ref": "common.json#/definitions/StringIndexType"
},
"query": {
"type": "string",
"description": "(Optional) If provided, the query will be used to extract most relevant sentences from the document."
}
},
"allOf": [
Expand Down

0 comments on commit dd4b895

Please sign in to comment.