KeenASR React Native Plugin (v2.2)
    Preparing search index...

    Function initializeWithPath

    • Initialize the KeenASR SDK with an ASR bundle at an explicit filesystem path.

      Use this when the ASR bundle is not in the app's resources (e.g., downloaded at runtime to the app's documents directory).

      Parameters

      • bundlePath: string

        Absolute path to the ASR bundle directory.

      Returns Promise<boolean>

      true if initialization succeeded, false if already initialized or on error.