Nanonets · JSON-LD Context

Nanonets Context

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

34 Classes 1 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
nanonets: https://docs.nanonets.com/schema/

Classes

Model Prediction Page File Workflow Approval Integration model_id state request_file_id page_no label label_id ocr_text score type xmin ymin xmax ymax validation_status validation_message is_moderated moderated_images unmoderated_images signed_urls processing_type request_metadata row col text name email url

Properties

Property Type Container
model_type @vocab

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "nanonets": "https://docs.nanonets.com/schema/",
    "Model": "nanonets:Model",
    "Prediction": "nanonets:Prediction",
    "Page": "nanonets:Page",
    "File": "nanonets:File",
    "Workflow": "nanonets:Workflow",
    "Approval": "nanonets:Approval",
    "Integration": "nanonets:Integration",
    "model_id": "nanonets:modelId",
    "model_type": {
      "@id": "nanonets:modelType",
      "@type": "@vocab",
      "@context": {
        "ocr": "nanonets:modelType/ocr",
        "classification": "nanonets:modelType/classification"
      }
    },
    "state": "nanonets:state",
    "request_file_id": "nanonets:requestFileId",
    "page_no": "nanonets:pageNumber",
    "label": "nanonets:label",
    "label_id": "nanonets:labelId",
    "ocr_text": "nanonets:ocrText",
    "score": "nanonets:confidenceScore",
    "type": "nanonets:predictionType",
    "xmin": "nanonets:bboxXMin",
    "ymin": "nanonets:bboxYMin",
    "xmax": "nanonets:bboxXMax",
    "ymax": "nanonets:bboxYMax",
    "validation_status": "nanonets:validationStatus",
    "validation_message": "nanonets:validationMessage",
    "is_moderated": "nanonets:isApproved",
    "moderated_images": "nanonets:approvedPages",
    "unmoderated_images": "nanonets:unapprovedPages",
    "signed_urls": "nanonets:signedUrls",
    "processing_type": "nanonets:processingMode",
    "request_metadata": "schema:identifier",
    "row": "nanonets:tableRow",
    "col": "nanonets:tableCol",
    "text": "nanonets:cellText",
    "name": "schema:name",
    "email": "schema:email",
    "url": "schema:url"
  }
}