Livekit Cloud Inference STT

Type Parameters

Hierarchy (view full)

Constructors

Accessors

  • get model(): string
  • Get the model name/identifier for this STT instance.

    Returns string

    The model name if available, "unknown" otherwise.

    Remarks

    Plugins should override this property to provide their model information.

  • get provider(): string
  • Get the provider name for this STT instance.

    Returns string

    The provider name if available, "unknown" otherwise.

    Remarks

    Plugins should override this property to provide their provider information.

  • get vadPromise(): Promise<undefined | VAD>
  • Resolves to the VAD instance for the current model, or undefined if the model handles endpointing server-side. Lazily computed on first read so callers that never need VAD don't pay the cost of loading Silero.

    Returns Promise<undefined | VAD>

Methods