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

    Interface SentimentResult

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

    Properties

    Properties

    label: string
    score: number