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

# Camel.verifiers.models

<a id="camel.verifiers.models" />

<a id="camel.verifiers.models.VerificationOutcome" />

## VerificationOutcome

```python theme={"system"}
class VerificationOutcome(Enum):
```

Enum representing the status of a verification.

<a id="camel.verifiers.models.VerificationOutcome.__bool__" />

### **bool**

```python theme={"system"}
def __bool__(self):
```

Only VerificationOutcome.SUCCESS is truthy; others are falsy.

<a id="camel.verifiers.models.VerificationResult" />

## VerificationResult

```python theme={"system"}
class VerificationResult(BaseModel):
```

Structured result from a verification.

<a id="camel.verifiers.models.VerifierConfig" />

## VerifierConfig

```python theme={"system"}
class VerifierConfig(BaseModel):
```

Configuration for verifier behavior.
