You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
- Bump @grpc/grpc-js from 1.3.7 to 1.8.17 in /javascript [\#84](https://github.com/speechly/api/pull/84) ([dependabot[bot]](https://github.com/apps/dependabot))
12
+
- Bump grpc-protobuf from 1.43.2 to 1.53.0 in /java [\#83](https://github.com/speechly/api/pull/83) ([dependabot[bot]](https://github.com/apps/dependabot))
13
+
- Bump Grpc.Net.Client from 2.35.0 to 2.52.0 in /dotnet [\#82](https://github.com/speechly/api/pull/82) ([dependabot[bot]](https://github.com/apps/dependabot))
Copy file name to clipboardExpand all lines: docs/batch/speechly.slu.v2.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ Describes the configuration options common for the input batch.
40
40
| model_id | string | ID of the language model to use when processing the audio.<br/>Optional. If not provided, the model to use will be determined<br/>from the login information or from language detection. |
41
41
| language_codes | string | The language(s) of the audio sent in the request as a BCP-47 language tag<br/>(e.g. "en-US"). Defaults to the target application language(s).<br/>Optional. |
42
42
| batch_reference | string | Reference id for a set of related operations. For example an identifier of<br/>the source system.<br/>Optional. |
43
+
| priority | int32 | Priority for the operation. Operations are processed in the order they are<br/>created, but higher priority operations are processed before the lower<br/>priority operations.<br/>Optional, defaults to 0 (normal priority). |
43
44
| options |[Option](#option)| Additional batch specific options.<br/>Optional. |
0 commit comments