@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface TextAsset

    Text content asset

    interface TextAsset {
        asset_type: "text";
        content: string;
        language?: string;
        provenance?: Provenance;
    }
    Index

    Properties

    asset_type: "text"

    Discriminator identifying this as a text asset. See /schemas/creative/asset-types for the registry.

    content: string

    Text content

    language?: string

    Language code (e.g., 'en', 'es', 'fr')

    provenance?: Provenance