@maxim_mazurok/gapi.client.language-v1 0.0.20231202 → 0.0.20231209
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://language.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20231209
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -113,7 +113,7 @@ declare namespace gapi.client {
|
|
|
113
113
|
v2Model?: V2Model;
|
|
114
114
|
}
|
|
115
115
|
interface ClassifyTextRequest {
|
|
116
|
-
/** Model options to use for classification. Defaults to v1 options if not specified. */
|
|
116
|
+
/** Optional. Model options to use for classification. Defaults to v1 options if not specified. */
|
|
117
117
|
classificationModelOptions?: ClassificationModelOptions;
|
|
118
118
|
/** Required. Input document. */
|
|
119
119
|
document?: Document;
|
|
@@ -161,7 +161,7 @@ declare namespace gapi.client {
|
|
|
161
161
|
type?: string;
|
|
162
162
|
}
|
|
163
163
|
interface Features {
|
|
164
|
-
/** The model options to use for classification. Defaults to v1 options if not specified. Only used if `classify_text` is set to true. */
|
|
164
|
+
/** Optional. The model options to use for classification. Defaults to v1 options if not specified. Only used if `classify_text` is set to true. */
|
|
165
165
|
classificationModelOptions?: ClassificationModelOptions;
|
|
166
166
|
/** Classify the full document into categories. */
|
|
167
167
|
classifyText?: boolean;
|