Taos API Reference
    Preparing search index...

    Interface BloomFeatureOptions

    interface BloomFeatureOptions {
        threshold?: number;
        knee?: number;
        strength?: number;
    }
    Index

    Properties

    threshold?: number
    knee?: number
    strength?: number