@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface BrandAssetCandidate

    interface BrandAssetCandidate {
        asset_id: string;
        asset_group_id?: string;
        url?: string;
        file?: string;
        source_page?: number;
        extraction_method?: BrandAssetExtractionMethod;
        width?: number;
        height?: number;
        crop_box?: BrandAssetCropBox;
        metadata?: BrandJsonRecord;
    }
    Index

    Properties

    asset_id: string
    asset_group_id?: string
    url?: string
    file?: string
    source_page?: number
    extraction_method?: BrandAssetExtractionMethod
    width?: number
    height?: number
    metadata?: BrandJsonRecord