Hugging Face Transformers React - v1.2.0
    Preparing search index...

    Interface ImageSegmentationResult

    interface ImageSegmentationResult {
        label: string;
        score: number;
        mask: any;
    }
    Index

    Properties

    Properties

    label: string
    score: number
    mask: any