View Source Snap.Suggest.Option (Snap v0.7.0)

Represents an individual suggest / options dictionary from a Search API response.

Link to this section Summary

Link to this section Types

@type t() :: %Snap.Suggest.Option{freq: integer(), score: float(), text: String.t()}

Link to this section Functions