Skip to content
logo
Supervisely SDK for Python
ObjClassJsonFields
Initializing search
    Supervisely
    Supervisely
      • SDK Reference
        • Annotation
          • Annotation
          • AnnotationJsonFields
          • Label
          • LabelJsonFields
          • ObjClass
          • ObjClassJsonFields
            • C ObjClassJsonFields
              • A COLOR
              • A DESCRIPTION
              • A GEOMETRY_CONFIG
              • A GEOMETRY_TYPE
              • A HOTKEY
              • A ID
              • A NAME
          • ObjClassCollection
          • Tag
          • TagJsonFields
          • TagCollection
          • TagMeta
          • TagMetaJsonFields
          • TagApplicableTo
          • TagValueType
          • TagMetaCollection
        • API
        • Video API
        • Volume API
        • Pointcloud API
        • Neural Networks API
        • Augmentation
        • Collection
        • Decorators
        • Geometry
        • Imaging
        • IO
        • Labeling Jobs
        • Pointcloud
        • Pointcloud Annotation
        • Pointcloud Episodes
        • Project
        • Task
        • Training
        • User
        • Video
        • Video Annotation
        • Volume
        • Volume Annotation
        • Utility Functions
      • Public REST API ⬀
      • Supervisely GitHub ⬀
      • Supervisely Ecosystem ⬀
      • Supervisely Developer ⬀
      • Slack
      • YouTube
    • C ObjClassJsonFields
      • A COLOR
      • A DESCRIPTION
      • A GEOMETRY_CONFIG
      • A GEOMETRY_TYPE
      • A HOTKEY
      • A ID
      • A NAME

    ObjClassJsonFields¶

    class ObjClassJsonFields[source]¶

    Bases: object

    Json fields for ObjClass

    Methods

    Attributes

    COLOR

    DESCRIPTION

    GEOMETRY_CONFIG

    GEOMETRY_TYPE

    HOTKEY

    ID

    NAME

    COLOR = 'color'¶
    DESCRIPTION = 'description'¶
    GEOMETRY_CONFIG = 'geometry_config'¶
    GEOMETRY_TYPE = 'shape'¶
    HOTKEY = 'hotkey'¶
    ID = 'id'¶
    NAME = 'title'¶
    Previous
    ObjClass
    Next
    ObjClassCollection
    © Copyright 2026, Supervisely Team.