Hugging Face · Schema

SummarizationResponse

Properties

Name Type Description
summary_text string The summarized text
View JSON Schema on GitHub

JSON Schema

hugging-face-summarizationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SummarizationResponse",
  "title": "SummarizationResponse",
  "type": "object",
  "properties": {
    "summary_text": {
      "type": "string",
      "description": "The summarized text",
      "example": "example_value"
    }
  }
}