Papago · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from Papago.

3 Classes 17 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
naver: https://developers.naver.com/vocab/
papago: https://api.ncloud-docs.com/docs/en/ai-naver-papagonmt#

Classes

TranslationRequest TranslationResponse RomanizationResponse

Properties

Property Type Container
source @vocab
target @vocab
text schema:Text
translatedText schema:Text
engineType
srcLangType
tarLangType
honorific
glossaryKey
pivot
aResult list
sFirstName schema:Text
aItems list
name schema:Text
score schema:Number
errorCode
errorMessage

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "naver": "https://developers.naver.com/vocab/",
    "papago": "https://api.ncloud-docs.com/docs/en/ai-naver-papagonmt#",

    "TranslationRequest": "papago:TranslationRequest",
    "TranslationResponse": "papago:TranslationResponse",
    "RomanizationResponse": "papago:RomanizationResponse",

    "source": {
      "@id": "papago:sourceLanguage",
      "@type": "@vocab"
    },
    "target": {
      "@id": "papago:targetLanguage",
      "@type": "@vocab"
    },
    "text": {
      "@id": "papago:inputText",
      "@type": "schema:Text"
    },
    "translatedText": {
      "@id": "papago:translatedText",
      "@type": "schema:Text"
    },
    "engineType": {
      "@id": "papago:engineType"
    },
    "srcLangType": {
      "@id": "papago:sourceLanguageType"
    },
    "tarLangType": {
      "@id": "papago:targetLanguageType"
    },
    "honorific": {
      "@id": "papago:honorificMode"
    },
    "glossaryKey": {
      "@id": "papago:glossaryKey"
    },
    "pivot": {
      "@id": "papago:pivotLanguage"
    },
    "aResult": {
      "@id": "papago:romanizationResults",
      "@container": "@list"
    },
    "sFirstName": {
      "@id": "papago:familyName",
      "@type": "schema:Text"
    },
    "aItems": {
      "@id": "papago:romanizationCandidates",
      "@container": "@list"
    },
    "name": {
      "@id": "schema:name",
      "@type": "schema:Text"
    },
    "score": {
      "@id": "papago:romanizationScore",
      "@type": "schema:Number"
    },
    "errorCode": {
      "@id": "papago:errorCode"
    },
    "errorMessage": {
      "@id": "schema:description"
    }
  }
}