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

# Video Result • Rust AI Agent SDK

> VideoResult: Result of video generation

# VideoResult

> Defined in the [**agents**](../modules/agents) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Result of video generation

## Fields

| Name     | Type                   | Description                |
| -------- | ---------------------- | -------------------------- |
| `id`     | `String`               | Generation ID              |
| `status` | `VideoStatus`          | Current status             |
| `url`    | `Option&lt;String&gt;` | URL of the generated video |
| `error`  | `Option&lt;String&gt;` | Error message if failed    |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/agents/mod.rs#L505">
  `praisonai/src/agents/mod.rs` at line 505
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Video" icon="video" href="/docs/rust/video" />
</CardGroup>
