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
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : textList
Type: array
Show Source
Back to Top

Response

Supported Media Types

200 Response

Numeric features and the associated text strings.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : FeatureResponse
Type: object
Show Source
Nested Schema : FeatureResult
Type: object
Show Source
Nested Schema : weights
Type: array
Show Source

400 Response

Bad request.
Body ()
Root Schema : Error
Type: object
Show Source

401 Response

Unauthorized.
Body ()
Root Schema : Error
Type: object
Show Source

404 Response

Resource not found.
Body ()
Root Schema : Error
Type: object
Show Source

500 Response

Unexpected error.
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top