Skip to content

Commit

Permalink
fix(speech-to-text): replace extension yaml with select
Browse files Browse the repository at this point in the history
  • Loading branch information
cabljac committed Nov 1, 2023
1 parent c345a90 commit f29e438
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion speech-to-text/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,12 @@ params:
Should the transcription algorithm attempt to add punctuation to the
transcription? For details, see [the
documentation](https://cloud.google.com/speech-to-text/docs/automatic-punctuation)
type: boolean
type: select
options:
- label: Enabled
value: true
- label: Disabled
value: false
default: true

roles:
Expand Down

0 comments on commit f29e438

Please sign in to comment.