Skip to content

Commit a5e5be9

Browse files
authored
Merge pull request #115950 from LuisCabrer/patch-93
Added output information
2 parents c8935c2 + 50544a1 commit a5e5be9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/search/cognitive-search-skill-keyphrases.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,18 @@ Parameters are case-sensitive.
3939

4040
## Skill inputs
4141

42-
| Inputs | Description |
42+
| Input | Description |
4343
|--------------------|-------------|
4444
| text | The text to be analyzed.|
4545
| languageCode | A string indicating the language of the records. If this parameter is not specified, the default language code will be used to analyze the records. <br/>See [Full list of supported languages](https://docs.microsoft.com/azure/cognitive-services/text-analytics/text-analytics-supported-languages)|
4646

47+
## Skill outputs
48+
49+
| Ouput | Description |
50+
|--------------------|-------------|
51+
| keyPhrases | A list of key phrases extracted from the input text. The key phrases are returned in order of importance. |
52+
53+
4754
## Sample definition
4855

4956
```json

0 commit comments

Comments
 (0)