Hi is there any way to update voice_query_model to...
# community-help
m
Hi is there any way to update voice_query_model to existing schema. i tried with update collection query but i got an error like The
fields
value should be an array of objects containing the field
name
and other properties. [] [] . i don't have any change on fields only need to update the voice schema!
j
You would have to create a new collection to use voice search
m
Hi @Jason Bosco can i search voice search as a keyword search?(detect the voice keyword and make it as normal keyword search)because voice search query taking too much time to get the response. is any extra feature in the voice query other than keyword search?
j
Voice search just transcribes the speech into text and then does a regular search with the transcribed text. Transcription is a resource intensive task so it’s expected to take a bit of time.