@google-cloud/language
Advanced tools
Comparing version 6.4.0 to 6.5.0
@@ -196,2 +196,4 @@ import type * as gax from 'google-gax'; | ||
* Required. Input document. | ||
* @param {google.cloud.language.v2.ModerateTextRequest.ModelVersion} [request.modelVersion] | ||
* Optional. The model version to use for ModerateText. | ||
* @param {object} [options] | ||
@@ -198,0 +200,0 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. |
@@ -7,2 +7,9 @@ # Changelog | ||
## [6.5.0](https://github.com/googleapis/google-cloud-node/compare/language-v6.4.0...language-v6.5.0) (2024-08-09) | ||
### Features | ||
* [language] add model_version in ModerateTextRequest and expose severity score in ClassificationCategory ([#5580](https://github.com/googleapis/google-cloud-node/issues/5580)) ([cf11f56](https://github.com/googleapis/google-cloud-node/commit/cf11f56c22b481a8e26d30f01357cf5a6d519b3e)) | ||
## [6.4.0](https://github.com/googleapis/google-cloud-node/compare/language-v6.3.0...language-v6.4.0) (2024-05-21) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/language", | ||
"description": "Google Cloud Natural Language API client for Node.js", | ||
"version": "6.4.0", | ||
"version": "6.5.0", | ||
"license": "Apache-2.0", | ||
@@ -72,5 +72,5 @@ "author": "Google Inc", | ||
"pack-n-play": "^2.0.0", | ||
"sinon": "^17.0.0", | ||
"sinon": "^18.0.0", | ||
"typescript": "^5.1.6" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
3624735
58387