AYLIEN · Schema

SurfaceForm

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
string string Form source
score string Form score
offset number Form offset
View JSON Schema on GitHub

JSON Schema

text-api-SurfaceForm.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SurfaceForm",
  "type": "object",
  "properties": {
    "string": {
      "type": "string",
      "description": "Form source"
    },
    "score": {
      "type": "string",
      "description": "Form score",
      "format": "float"
    },
    "offset": {
      "type": "number",
      "description": "Form offset",
      "format": "int"
    }
  }
}