videosphere
    Preparing search index...

    Interface GeneratedMetadata

    Structured metadata returned by the AI metadata generation endpoint.

    interface GeneratedMetadata {
        title: string;
        description: string;
        tags: string[];
    }
    Index

    Properties

    title: string
    description: string
    tags: string[]