@aristech-org/stt-client
Advanced tools
Comparing version 1.0.3 to 1.1.0
// Code generated by protoc-gen-ts_proto. DO NOT EDIT. | ||
// versions: | ||
// protoc-gen-ts_proto v2.2.4 | ||
// protoc-gen-ts_proto v2.2.5 | ||
// protoc v3.21.12 | ||
@@ -5,0 +5,0 @@ // source: google/protobuf/duration.proto |
@@ -143,2 +143,8 @@ import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire"; | ||
vad: VadSpec | undefined; | ||
/** | ||
* Some models allow to specify a prompt that can be used to give the model | ||
* some context on what was said before or to steer the model to use | ||
* particular spellings or styles. | ||
*/ | ||
prompt: string; | ||
} | ||
@@ -145,0 +151,0 @@ export declare enum RecognitionSpec_AudioEncoding { |
{ | ||
"name": "@aristech-org/stt-client", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "A Node.js client library for the Aristech Speech-to-Text API", | ||
@@ -41,7 +41,7 @@ "type": "module", | ||
"devDependencies": { | ||
"@types/node": "22.7.9", | ||
"@types/node": "22.8.5", | ||
"dotenv": "^16.4.5", | ||
"simple-git-hooks": "^2.11.1", | ||
"ts-proto": "2.2.5", | ||
"tsx": "^4.19.1", | ||
"tsx": "4.19.2", | ||
"typescript": "^5.6.3" | ||
@@ -53,3 +53,3 @@ }, | ||
"dependencies": { | ||
"@bufbuild/protobuf": "^2.2.0", | ||
"@bufbuild/protobuf": "2.2.1", | ||
"@grpc/grpc-js": "^1.12.2" | ||
@@ -56,0 +56,0 @@ }, |
@@ -21,10 +21,10 @@ # Aristech STT-Client for NodeJS | ||
There are several examples in the `examples` directory: | ||
There are several examples in the [examples](https://github.com/aristech-de/stt-clients/blob/main/node/examples/) directory: | ||
- [recognize.ts](examples/recognize.ts): Pretty much the same as the example above. | ||
- [streaming.ts](examples/streaming.ts): Demonstrates how to stream audio to the server while receiving interim results. | ||
- [models.ts](examples/models.ts): Demonstrates how to get the available models from the server. | ||
- [nlpFunctions.ts](examples/nlpFunctions.ts): Demonstrates how to list the configured NLP-Servers and the coresponding functions. | ||
- [nlpProcess.ts](examples/nlpProcess.ts): Demonstrates how to perform NLP processing on a text by using the STT-Server as a proxy. | ||
- [account.ts](examples/account.ts): Demonstrates how to retrieve the account information from the server. | ||
- [recognize.ts](https://github.com/aristech-de/stt-clients/blob/main/node/examples/recognize.ts): Pretty much the same as the example above. | ||
- [streaming.ts](https://github.com/aristech-de/stt-clients/blob/main/node/examples/streaming.ts): Demonstrates how to stream audio to the server while receiving interim results. | ||
- [models.ts](https://github.com/aristech-de/stt-clients/blob/main/node/examples/models.ts): Demonstrates how to get the available models from the server. | ||
- [nlpFunctions.ts](https://github.com/aristech-de/stt-clients/blob/main/node/examples/nlpFunctions.ts): Demonstrates how to list the configured NLP-Servers and the coresponding functions. | ||
- [nlpProcess.ts](https://github.com/aristech-de/stt-clients/blob/main/node/examples/nlpProcess.ts): Demonstrates how to perform NLP processing on a text by using the STT-Server as a proxy. | ||
- [account.ts](https://github.com/aristech-de/stt-clients/blob/main/node/examples/account.ts): Demonstrates how to retrieve the account information from the server. | ||
@@ -31,0 +31,0 @@ You can run the examples directly using `tsx` like this: |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147234
8
3908
+ Added@bufbuild/protobuf@2.2.1(transitive)
+ Added@grpc/grpc-js@1.12.4(transitive)
- Removed@bufbuild/protobuf@2.2.3(transitive)
- Removed@grpc/grpc-js@1.12.5(transitive)
Updated@bufbuild/protobuf@2.2.1