> ## 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.

# Objects.classification ranges

#### resolve\_classification\_ranges

```python theme={"dark"}
def resolve_classification_ranges(
    classification_answer: ClassificationAnswer
) -> tuple[Ranges, dict[str, Ranges]] | None
```

Return the root ranges and child-space ranges represented by a classification answer.

The top-level range is always the root placement. A root entry in `spaces` is unsupported and ignored.
