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

    Interface ImageClassificationResult

    interface ImageClassificationResult {
        label: string;
        score: number;
    }
    Index

    Properties

    Properties

    label: string
    score: number