@musallam/audio-video-client
    Preparing search index...

    Interface AnalysisV2

    Analysis configuration for the video processing.

    interface 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. 10

    sceneEditDetection?: boolean

    Applies scene edit detection before reframing.