# Output interpretation

| Feature          | Example   | Explanation                                                                                                        |
| ---------------- | --------- | ------------------------------------------------------------------------------------------------------------------ |
| label            | "kitchen" | The label of the image. It can be “kitchen”, “bathroom”, or “other” if not recognized.                             |
| confidence       | "98.44"   | The degree of certainty in % the model possesses regarding its label prediction for the image.                     |
| condition\_score | "3.04"    | The score from 1 to 5 for the condition of the image. It can only be provided if the image is kitchen or bathroom. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.altum.ai/english/property-valuation-and-market/condition-score-api/output-interpretation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
