GET api/Conversation/GetProperNoun
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ProperNounName | Description | Type | Additional information |
---|---|---|---|
PN_Text | Collection of string |
None. |
|
PN_TextC | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "PN_Text": [ "sample string 1", "sample string 2" ], "PN_TextC": [ "sample string 1", "sample string 2" ] }