A media object containing information about the generated media.
import { Media } from "@livepeer/ai/models/components";
let value: Media = {
url: "https://corrupt-unblinking.name",
seed: 414662,
nsfw: false,
};
Field | Type | Required | Description |
---|---|---|---|
url |
string | ✔️ | The URL where the media can be accessed. |
seed |
number | ✔️ | The seed used to generate the media. |
nsfw |
boolean | ✔️ | Whether the media was flagged as NSFW. |