Hugging Face · Schema

TranslationResponse

Properties

Name Type Description
translation_text string The translated text
View JSON Schema on GitHub

JSON Schema

hugging-face-inference-translation-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TranslationResponse",
  "type": "object",
  "properties": {
    "translation_text": {
      "type": "string",
      "description": "The translated text"
    }
  }
}