Get Numeric Features
post
/omlmod/v1/cognitive-text/features
A cognitive text endpoint that returns numeric features for a provided list of text strings. Callers can also pass a language parameter.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
language: string
Allowed Values:
[ "AMERICAN", "SPANISH", "FRENCH", "ITALIAN" ] -
textList(required): array
textList
Response
Supported Media Types
- application/json
200 Response
Numeric features and the associated text strings.
400 Response
Bad request.
401 Response
Unauthorized.
404 Response
Resource not found.
500 Response
Unexpected error.