AYLIEN · Schema

GenericAspectConfidence

Aspect confidence (0..1)

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection
View JSON Schema on GitHub

JSON Schema

text-api-GenericAspectConfidence.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GenericAspectConfidence",
  "type": "number",
  "format": "float",
  "description": "Aspect confidence (0..1)",
  "minimum": 0,
  "maximum": 1
}