Typesense · Schema

VoiceQueryModelConfig

Full-Text SearchOpen SourceSearch EngineTypo ToleranceVector Search

Properties

Name Type Description
model_name string Name of the voice query model.
View JSON Schema on GitHub

JSON Schema

typesense-voicequerymodelconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VoiceQueryModelConfig",
  "title": "VoiceQueryModelConfig",
  "type": "object",
  "properties": {
    "model_name": {
      "type": "string",
      "description": "Name of the voice query model."
    }
  }
}