adobe-firefly-sdk
    Preparing search index...

    Type Alias AnalysisV2

    Analysis configuration for the video processing.

    type AnalysisV2 = {
        focalPoints?: string[];
        sceneEditDetection?: boolean;
    }
    Index

    Properties

    focalPoints?: string[]

    Array of focal point keyword identifiers for reframing. Up to 10 keywords are allowed. Keywords must be alphanumeric characters, spaces, hyphens, or underscores only, with a maximum of 1000 characters per keyword.

    sceneEditDetection?: boolean

    Applies scene edit detection before reframing.