Member Junction
    Preparing search index...

    Result of running artifact extraction on content.

    interface ArtifactExtractionResult {
        attributes: ExtractedArtifactAttribute[];
        errors: { error: string; ruleName: string }[];
        executionTimeMs: number;
        success: boolean;
    }
    Index

    Properties

    Array of successfully extracted attributes

    errors: { error: string; ruleName: string }[]

    Array of errors that occurred during extraction

    executionTimeMs: number

    Total extraction time in milliseconds

    success: boolean

    Whether the extraction completed successfully