> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encord.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Orm.labeling algorithm

## LabelingAlgorithm Objects

```python theme={"dark"}
class LabelingAlgorithm(base_orm.BaseORM)
```

Labeling algorithm base ORM.

ORM:

algorithm\_name,
algorithm\_params

## ObjectInterpolationParams Objects

```python theme={"dark"}
class ObjectInterpolationParams(base_orm.BaseORM)
```

Labeling algorithm parameters for interpolation algorithm

ORM:

key\_frames,
objects\_to\_interpolate

## BoundingBoxFittingParams Objects

```python theme={"dark"}
class BoundingBoxFittingParams(base_orm.BaseORM)
```

Labeling algorithm parameters for bounding box fitting algorithm

ORM:

labels,
video
