We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f546b commit 40c9835Copy full SHA for 40c9835
src/snowflake/snowpark/dataframe_ai_functions.py
@@ -1110,7 +1110,7 @@ def transcribe(
1110
>>> len(result["segments"]) > 0
1111
True
1112
>>> result["segments"][0]["text"].lower()
1113
- 'glad'
+ 'the'
1114
>>> 'start' in result["segments"][0] and 'end' in result["segments"][0]
1115
1116
src/snowflake/snowpark/functions.py
@@ -13486,7 +13486,7 @@ def ai_transcribe(
13486
13487
13488
13489
13490
13491
13492
0 commit comments