ClassificationRequest Data Type

Properties
name data type description
texts array of Document
language string

Example

{
  "texts" : [ {
    "body" : "...",
    "title" : "...",
    "uri" : "..."
  }, {
    "body" : "...",
    "title" : "...",
    "uri" : "..."
  } ],
  "language" : "..."
}