@google-cloud/discoveryengine 1.8.0 → 1.9.0
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/CHANGELOG.md +8 -0
- package/README.md +33 -4
- package/build/protos/google/cloud/discoveryengine/v1/answer.proto +337 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +33 -0
- package/build/protos/google/cloud/discoveryengine/v1/control.proto +214 -0
- package/build/protos/google/cloud/discoveryengine/v1/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +569 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +4 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +92 -0
- package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +149 -0
- package/build/protos/google/cloud/discoveryengine/v1/grounding.proto +58 -0
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1/project.proto +103 -0
- package/build/protos/google/cloud/discoveryengine/v1/project_service.proto +90 -0
- package/build/protos/google/cloud/discoveryengine/v1/rank_service.proto +131 -0
- package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1/schema_service.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +23 -18
- package/build/protos/google/cloud/discoveryengine/v1/session.proto +97 -0
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +28 -3
- package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +18 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +9 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +7 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +16 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/control.proto +217 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +12 -9
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +30 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +2 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/rank_service.proto +19 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +37 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +28 -31
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +39 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +29 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event_service.proto +18 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +10 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +16 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/control.proto +216 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +7 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +30 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/project.proto +103 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/project_service.proto +90 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +19 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1beta/schema_service.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +30 -24
- package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +39 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +28 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +18 -2
- package/build/protos/protos.d.ts +52350 -38733
- package/build/protos/protos.js +136479 -103212
- package/build/protos/protos.json +9460 -5916
- package/build/src/index.d.ts +13 -1
- package/build/src/index.js +13 -1
- package/build/src/v1/completion_service_client.d.ts +549 -0
- package/build/src/v1/completion_service_client.js +771 -0
- package/build/src/v1/control_service_client.d.ts +1623 -0
- package/build/src/v1/control_service_client.js +2218 -0
- package/build/src/v1/control_service_client_config.json +63 -0
- package/build/src/v1/conversational_search_service_client.d.ts +893 -0
- package/build/src/v1/conversational_search_service_client.js +1040 -14
- package/build/src/v1/conversational_search_service_client_config.json +35 -0
- package/build/src/v1/data_store_service_client.d.ts +555 -6
- package/build/src/v1/data_store_service_client.js +775 -4
- package/build/src/v1/document_service_client.d.ts +557 -8
- package/build/src/v1/document_service_client.js +773 -2
- package/build/src/v1/engine_service_client.d.ts +549 -0
- package/build/src/v1/engine_service_client.js +771 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +1439 -0
- package/build/src/v1/grounded_generation_service_client.js +2036 -0
- package/build/src/v1/grounded_generation_service_client_config.json +43 -0
- package/build/src/v1/index.d.ts +4 -0
- package/build/src/v1/index.js +9 -1
- package/build/src/v1/project_service_client.d.ts +1533 -0
- package/build/src/v1/project_service_client.js +2255 -0
- package/build/src/v1/project_service_client_config.json +43 -0
- package/build/src/v1/rank_service_client.d.ts +1449 -0
- package/build/src/v1/rank_service_client.js +2037 -0
- package/build/src/v1/rank_service_client_config.json +43 -0
- package/build/src/v1/recommendation_service_client.d.ts +568 -18
- package/build/src/v1/recommendation_service_client.js +756 -0
- package/build/src/v1/schema_service_client.d.ts +558 -9
- package/build/src/v1/schema_service_client.js +775 -4
- package/build/src/v1/search_service_client.d.ts +579 -21
- package/build/src/v1/search_service_client.js +776 -14
- package/build/src/v1/site_search_engine_service_client.d.ts +549 -0
- package/build/src/v1/site_search_engine_service_client.js +771 -0
- package/build/src/v1/user_event_service_client.d.ts +562 -2
- package/build/src/v1/user_event_service_client.js +771 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +237 -0
- package/build/src/v1alpha/acl_config_service_client.js +326 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +237 -0
- package/build/src/v1alpha/chunk_service_client.js +326 -0
- package/build/src/v1alpha/completion_service_client.d.ts +237 -0
- package/build/src/v1alpha/completion_service_client.js +340 -0
- package/build/src/v1alpha/control_service_client.d.ts +2013 -0
- package/build/src/v1alpha/control_service_client.js +2757 -0
- package/build/src/v1alpha/control_service_client_config.json +63 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +239 -2
- package/build/src/v1alpha/conversational_search_service_client.js +326 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +243 -6
- package/build/src/v1alpha/data_store_service_client.js +344 -4
- package/build/src/v1alpha/document_service_client.d.ts +246 -9
- package/build/src/v1alpha/document_service_client.js +342 -2
- package/build/src/v1alpha/engine_service_client.d.ts +237 -0
- package/build/src/v1alpha/engine_service_client.js +340 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +237 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +340 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +256 -1
- package/build/src/v1alpha/grounded_generation_service_client.js +326 -0
- package/build/src/v1alpha/index.d.ts +1 -0
- package/build/src/v1alpha/index.js +3 -1
- package/build/src/v1alpha/project_service_client.d.ts +239 -0
- package/build/src/v1alpha/project_service_client.js +340 -0
- package/build/src/v1alpha/project_service_client_config.json +21 -6
- package/build/src/v1alpha/rank_service_client.d.ts +255 -0
- package/build/src/v1alpha/rank_service_client.js +326 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +256 -18
- package/build/src/v1alpha/recommendation_service_client.js +326 -0
- package/build/src/v1alpha/schema_service_client.d.ts +247 -10
- package/build/src/v1alpha/schema_service_client.js +344 -4
- package/build/src/v1alpha/search_service_client.d.ts +267 -21
- package/build/src/v1alpha/search_service_client.js +346 -14
- package/build/src/v1alpha/search_tuning_service_client.d.ts +265 -0
- package/build/src/v1alpha/search_tuning_service_client.js +365 -1
- package/build/src/v1alpha/search_tuning_service_client_config.json +4 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +237 -0
- package/build/src/v1alpha/serving_config_service_client.js +326 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +237 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +340 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +250 -2
- package/build/src/v1alpha/user_event_service_client.js +340 -0
- package/build/src/v1beta/completion_service_client.d.ts +252 -0
- package/build/src/v1beta/completion_service_client.js +359 -0
- package/build/src/v1beta/control_service_client.d.ts +1860 -0
- package/build/src/v1beta/control_service_client.js +2545 -0
- package/build/src/v1beta/control_service_client_config.json +63 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +254 -2
- package/build/src/v1beta/conversational_search_service_client.js +348 -0
- package/build/src/v1beta/data_store_service_client.d.ts +258 -6
- package/build/src/v1beta/data_store_service_client.js +363 -4
- package/build/src/v1beta/document_service_client.d.ts +261 -10
- package/build/src/v1beta/document_service_client.js +361 -2
- package/build/src/v1beta/engine_service_client.d.ts +252 -0
- package/build/src/v1beta/engine_service_client.js +359 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +271 -1
- package/build/src/v1beta/grounded_generation_service_client.js +348 -0
- package/build/src/v1beta/index.d.ts +2 -0
- package/build/src/v1beta/index.js +5 -1
- package/build/src/v1beta/project_service_client.d.ts +1770 -0
- package/build/src/v1beta/project_service_client.js +2576 -0
- package/build/src/v1beta/project_service_client_config.json +43 -0
- package/build/src/v1beta/rank_service_client.d.ts +270 -0
- package/build/src/v1beta/rank_service_client.js +348 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +271 -18
- package/build/src/v1beta/recommendation_service_client.js +348 -0
- package/build/src/v1beta/schema_service_client.d.ts +261 -9
- package/build/src/v1beta/schema_service_client.js +363 -4
- package/build/src/v1beta/search_service_client.d.ts +282 -21
- package/build/src/v1beta/search_service_client.js +368 -14
- package/build/src/v1beta/search_tuning_service_client.d.ts +280 -0
- package/build/src/v1beta/search_tuning_service_client.js +384 -1
- package/build/src/v1beta/search_tuning_service_client_config.json +4 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +237 -0
- package/build/src/v1beta/serving_config_service_client.js +326 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +252 -0
- package/build/src/v1beta/site_search_engine_service_client.js +359 -0
- package/build/src/v1beta/user_event_service_client.d.ts +265 -2
- package/build/src/v1beta/user_event_service_client.js +359 -0
- package/package.json +2 -2
@@ -0,0 +1,217 @@
|
|
1
|
+
// Copyright 2024 Google LLC
|
2
|
+
//
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
// you may not use this file except in compliance with the License.
|
5
|
+
// You may obtain a copy of the License at
|
6
|
+
//
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
//
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
// See the License for the specific language governing permissions and
|
13
|
+
// limitations under the License.
|
14
|
+
|
15
|
+
syntax = "proto3";
|
16
|
+
|
17
|
+
package google.cloud.discoveryengine.v1alpha;
|
18
|
+
|
19
|
+
import "google/api/field_behavior.proto";
|
20
|
+
import "google/api/resource.proto";
|
21
|
+
import "google/cloud/discoveryengine/v1alpha/common.proto";
|
22
|
+
import "google/protobuf/timestamp.proto";
|
23
|
+
|
24
|
+
option csharp_namespace = "Google.Cloud.DiscoveryEngine.V1Alpha";
|
25
|
+
option go_package = "cloud.google.com/go/discoveryengine/apiv1alpha/discoveryenginepb;discoveryenginepb";
|
26
|
+
option java_multiple_files = true;
|
27
|
+
option java_outer_classname = "ControlProto";
|
28
|
+
option java_package = "com.google.cloud.discoveryengine.v1alpha";
|
29
|
+
option objc_class_prefix = "DISCOVERYENGINE";
|
30
|
+
option php_namespace = "Google\\Cloud\\DiscoveryEngine\\V1alpha";
|
31
|
+
option ruby_package = "Google::Cloud::DiscoveryEngine::V1alpha";
|
32
|
+
|
33
|
+
// Defines circumstances to be checked before allowing a behavior
|
34
|
+
message Condition {
|
35
|
+
// Matcher for search request query
|
36
|
+
message QueryTerm {
|
37
|
+
// The specific query value to match against
|
38
|
+
//
|
39
|
+
// Must be lowercase, must be UTF-8.
|
40
|
+
// Can have at most 3 space separated terms if full_match is true.
|
41
|
+
// Cannot be an empty string.
|
42
|
+
// Maximum length of 5000 characters.
|
43
|
+
string value = 1;
|
44
|
+
|
45
|
+
// Whether the search query needs to exactly match the query term.
|
46
|
+
bool full_match = 2;
|
47
|
+
}
|
48
|
+
|
49
|
+
// Used for time-dependent conditions.
|
50
|
+
message TimeRange {
|
51
|
+
// Start of time range.
|
52
|
+
//
|
53
|
+
// Range is inclusive.
|
54
|
+
google.protobuf.Timestamp start_time = 1;
|
55
|
+
|
56
|
+
// End of time range.
|
57
|
+
//
|
58
|
+
// Range is inclusive.
|
59
|
+
// Must be in the future.
|
60
|
+
google.protobuf.Timestamp end_time = 2;
|
61
|
+
}
|
62
|
+
|
63
|
+
// Search only
|
64
|
+
// A list of terms to match the query on.
|
65
|
+
//
|
66
|
+
// Maximum of 10 query terms.
|
67
|
+
repeated QueryTerm query_terms = 2;
|
68
|
+
|
69
|
+
// Range of time(s) specifying when condition is active.
|
70
|
+
//
|
71
|
+
// Maximum of 10 time ranges.
|
72
|
+
repeated TimeRange active_time_range = 3;
|
73
|
+
}
|
74
|
+
|
75
|
+
// Defines a conditioned behavior to employ during serving.
|
76
|
+
// Must be attached to a
|
77
|
+
// [ServingConfig][google.cloud.discoveryengine.v1alpha.ServingConfig] to be
|
78
|
+
// considered at serving time. Permitted actions dependent on `SolutionType`.
|
79
|
+
message Control {
|
80
|
+
option (google.api.resource) = {
|
81
|
+
type: "discoveryengine.googleapis.com/Control"
|
82
|
+
pattern: "projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}"
|
83
|
+
pattern: "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}"
|
84
|
+
pattern: "projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/controls/{control}"
|
85
|
+
};
|
86
|
+
|
87
|
+
// Adjusts order of products in returned list.
|
88
|
+
message BoostAction {
|
89
|
+
// Required. Strength of the boost, which should be in [-1, 1]. Negative
|
90
|
+
// boost means demotion. Default is 0.0 (No-op).
|
91
|
+
float boost = 1 [(google.api.field_behavior) = REQUIRED];
|
92
|
+
|
93
|
+
// Required. Specifies which products to apply the boost to.
|
94
|
+
//
|
95
|
+
// If no filter is provided all products will be boosted (No-op).
|
96
|
+
// Syntax documentation:
|
97
|
+
// https://cloud.google.com/retail/docs/filter-and-order
|
98
|
+
// Maximum length is 5000 characters.
|
99
|
+
// Otherwise an INVALID ARGUMENT error is thrown.
|
100
|
+
string filter = 2 [(google.api.field_behavior) = REQUIRED];
|
101
|
+
|
102
|
+
// Required. Specifies which data store's documents can be boosted by this
|
103
|
+
// control. Full data store name e.g.
|
104
|
+
// projects/123/locations/global/collections/default_collection/dataStores/default_data_store
|
105
|
+
string data_store = 3 [
|
106
|
+
(google.api.field_behavior) = REQUIRED,
|
107
|
+
(google.api.resource_reference) = {
|
108
|
+
type: "discoveryengine.googleapis.com/DataStore"
|
109
|
+
}
|
110
|
+
];
|
111
|
+
}
|
112
|
+
|
113
|
+
// Specified which products may be included in results.
|
114
|
+
// Uses same filter as boost.
|
115
|
+
message FilterAction {
|
116
|
+
// Required. A filter to apply on the matching condition results.
|
117
|
+
//
|
118
|
+
// Required
|
119
|
+
// Syntax documentation:
|
120
|
+
// https://cloud.google.com/retail/docs/filter-and-order
|
121
|
+
// Maximum length is 5000 characters. Otherwise an INVALID
|
122
|
+
// ARGUMENT error is thrown.
|
123
|
+
string filter = 1 [(google.api.field_behavior) = REQUIRED];
|
124
|
+
|
125
|
+
// Required. Specifies which data store's documents can be filtered by this
|
126
|
+
// control. Full data store name e.g.
|
127
|
+
// projects/123/locations/global/collections/default_collection/dataStores/default_data_store
|
128
|
+
string data_store = 2 [
|
129
|
+
(google.api.field_behavior) = REQUIRED,
|
130
|
+
(google.api.resource_reference) = {
|
131
|
+
type: "discoveryengine.googleapis.com/DataStore"
|
132
|
+
}
|
133
|
+
];
|
134
|
+
}
|
135
|
+
|
136
|
+
// Redirects a shopper to the provided URI.
|
137
|
+
message RedirectAction {
|
138
|
+
// Required. The URI to which the shopper will be redirected.
|
139
|
+
//
|
140
|
+
// Required.
|
141
|
+
// URI must have length equal or less than 2000 characters.
|
142
|
+
// Otherwise an INVALID ARGUMENT error is thrown.
|
143
|
+
string redirect_uri = 1 [(google.api.field_behavior) = REQUIRED];
|
144
|
+
}
|
145
|
+
|
146
|
+
// Creates a set of terms that will act as synonyms of one another.
|
147
|
+
//
|
148
|
+
// Example: "happy" will also be considered as "glad", "glad" will also be
|
149
|
+
// considered as "happy".
|
150
|
+
message SynonymsAction {
|
151
|
+
// Defines a set of synonyms.
|
152
|
+
// Can specify up to 100 synonyms.
|
153
|
+
// Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is
|
154
|
+
// thrown.
|
155
|
+
repeated string synonyms = 1;
|
156
|
+
}
|
157
|
+
|
158
|
+
// Actions are restricted by Vertical and Solution
|
159
|
+
//
|
160
|
+
// Required.
|
161
|
+
oneof action {
|
162
|
+
// Defines a boost-type control
|
163
|
+
BoostAction boost_action = 6;
|
164
|
+
|
165
|
+
// Defines a filter-type control
|
166
|
+
// Currently not supported by Recommendation
|
167
|
+
FilterAction filter_action = 7;
|
168
|
+
|
169
|
+
// Defines a redirect-type control.
|
170
|
+
RedirectAction redirect_action = 9;
|
171
|
+
|
172
|
+
// Treats a group of terms as synonyms of one another.
|
173
|
+
SynonymsAction synonyms_action = 10;
|
174
|
+
}
|
175
|
+
|
176
|
+
// Immutable. Fully qualified name
|
177
|
+
// `projects/*/locations/global/dataStore/*/controls/*`
|
178
|
+
string name = 1 [(google.api.field_behavior) = IMMUTABLE];
|
179
|
+
|
180
|
+
// Required. Human readable name. The identifier used in UI views.
|
181
|
+
//
|
182
|
+
// Must be UTF-8 encoded string. Length limit is 128 characters.
|
183
|
+
// Otherwise an INVALID ARGUMENT error is thrown.
|
184
|
+
string display_name = 2 [(google.api.field_behavior) = REQUIRED];
|
185
|
+
|
186
|
+
// Output only. List of all
|
187
|
+
// [ServingConfig][google.cloud.discoveryengine.v1alpha.ServingConfig] ids
|
188
|
+
// this control is attached to. May take up to 10 minutes to update after
|
189
|
+
// changes.
|
190
|
+
repeated string associated_serving_config_ids = 3
|
191
|
+
[(google.api.field_behavior) = OUTPUT_ONLY];
|
192
|
+
|
193
|
+
// Required. Immutable. What solution the control belongs to.
|
194
|
+
//
|
195
|
+
// Must be compatible with vertical of resource.
|
196
|
+
// Otherwise an INVALID ARGUMENT error is thrown.
|
197
|
+
SolutionType solution_type = 4 [
|
198
|
+
(google.api.field_behavior) = REQUIRED,
|
199
|
+
(google.api.field_behavior) = IMMUTABLE
|
200
|
+
];
|
201
|
+
|
202
|
+
// Specifies the use case for the control.
|
203
|
+
// Affects what condition fields can be set.
|
204
|
+
// Only applies to
|
205
|
+
// [SOLUTION_TYPE_SEARCH][google.cloud.discoveryengine.v1alpha.SolutionType.SOLUTION_TYPE_SEARCH].
|
206
|
+
// Currently only allow one use case per control.
|
207
|
+
// Must be set when solution_type is
|
208
|
+
// [SolutionType.SOLUTION_TYPE_SEARCH][google.cloud.discoveryengine.v1alpha.SolutionType.SOLUTION_TYPE_SEARCH].
|
209
|
+
repeated SearchUseCase use_cases = 8;
|
210
|
+
|
211
|
+
// Determines when the associated action will trigger.
|
212
|
+
//
|
213
|
+
// Omit to always apply the action.
|
214
|
+
// Currently only a single condition may be specified.
|
215
|
+
// Otherwise an INVALID ARGUMENT error is thrown.
|
216
|
+
repeated Condition conditions = 5;
|
217
|
+
}
|
@@ -0,0 +1,236 @@
|
|
1
|
+
// Copyright 2024 Google LLC
|
2
|
+
//
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
// you may not use this file except in compliance with the License.
|
5
|
+
// You may obtain a copy of the License at
|
6
|
+
//
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
//
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
// See the License for the specific language governing permissions and
|
13
|
+
// limitations under the License.
|
14
|
+
|
15
|
+
syntax = "proto3";
|
16
|
+
|
17
|
+
package google.cloud.discoveryengine.v1alpha;
|
18
|
+
|
19
|
+
import "google/api/annotations.proto";
|
20
|
+
import "google/api/client.proto";
|
21
|
+
import "google/api/field_behavior.proto";
|
22
|
+
import "google/api/resource.proto";
|
23
|
+
import "google/cloud/discoveryengine/v1alpha/control.proto";
|
24
|
+
import "google/protobuf/empty.proto";
|
25
|
+
import "google/protobuf/field_mask.proto";
|
26
|
+
|
27
|
+
option csharp_namespace = "Google.Cloud.DiscoveryEngine.V1Alpha";
|
28
|
+
option go_package = "cloud.google.com/go/discoveryengine/apiv1alpha/discoveryenginepb;discoveryenginepb";
|
29
|
+
option java_multiple_files = true;
|
30
|
+
option java_outer_classname = "ControlServiceProto";
|
31
|
+
option java_package = "com.google.cloud.discoveryengine.v1alpha";
|
32
|
+
option objc_class_prefix = "DISCOVERYENGINE";
|
33
|
+
option php_namespace = "Google\\Cloud\\DiscoveryEngine\\V1alpha";
|
34
|
+
option ruby_package = "Google::Cloud::DiscoveryEngine::V1alpha";
|
35
|
+
|
36
|
+
// Service for performing CRUD operations on Controls.
|
37
|
+
// Controls allow for custom logic to be implemented in the serving path.
|
38
|
+
// Controls need to be attached to a Serving Config to be considered during a
|
39
|
+
// request.
|
40
|
+
service ControlService {
|
41
|
+
option (google.api.default_host) = "discoveryengine.googleapis.com";
|
42
|
+
option (google.api.oauth_scopes) =
|
43
|
+
"https://www.googleapis.com/auth/cloud-platform";
|
44
|
+
|
45
|
+
// Creates a Control.
|
46
|
+
//
|
47
|
+
// By default 1000 controls are allowed for a data store.
|
48
|
+
// A request can be submitted to adjust this limit.
|
49
|
+
// If the [Control][google.cloud.discoveryengine.v1alpha.Control] to create
|
50
|
+
// already exists, an ALREADY_EXISTS error is returned.
|
51
|
+
rpc CreateControl(CreateControlRequest) returns (Control) {
|
52
|
+
option (google.api.http) = {
|
53
|
+
post: "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/controls"
|
54
|
+
body: "control"
|
55
|
+
additional_bindings {
|
56
|
+
post: "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/controls"
|
57
|
+
body: "control"
|
58
|
+
}
|
59
|
+
additional_bindings {
|
60
|
+
post: "/v1alpha/{parent=projects/*/locations/*/collections/*/engines/*}/controls"
|
61
|
+
body: "control"
|
62
|
+
}
|
63
|
+
};
|
64
|
+
option (google.api.method_signature) = "parent,control,control_id";
|
65
|
+
}
|
66
|
+
|
67
|
+
// Deletes a Control.
|
68
|
+
//
|
69
|
+
// If the [Control][google.cloud.discoveryengine.v1alpha.Control] to delete
|
70
|
+
// does not exist, a NOT_FOUND error is returned.
|
71
|
+
rpc DeleteControl(DeleteControlRequest) returns (google.protobuf.Empty) {
|
72
|
+
option (google.api.http) = {
|
73
|
+
delete: "/v1alpha/{name=projects/*/locations/*/dataStores/*/controls/*}"
|
74
|
+
additional_bindings {
|
75
|
+
delete: "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/controls/*}"
|
76
|
+
}
|
77
|
+
additional_bindings {
|
78
|
+
delete: "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*/controls/*}"
|
79
|
+
}
|
80
|
+
};
|
81
|
+
option (google.api.method_signature) = "name";
|
82
|
+
}
|
83
|
+
|
84
|
+
// Updates a Control.
|
85
|
+
//
|
86
|
+
// [Control][google.cloud.discoveryengine.v1alpha.Control] action type cannot
|
87
|
+
// be changed. If the [Control][google.cloud.discoveryengine.v1alpha.Control]
|
88
|
+
// to update does not exist, a NOT_FOUND error is returned.
|
89
|
+
rpc UpdateControl(UpdateControlRequest) returns (Control) {
|
90
|
+
option (google.api.http) = {
|
91
|
+
patch: "/v1alpha/{control.name=projects/*/locations/*/dataStores/*/controls/*}"
|
92
|
+
body: "control"
|
93
|
+
additional_bindings {
|
94
|
+
patch: "/v1alpha/{control.name=projects/*/locations/*/collections/*/dataStores/*/controls/*}"
|
95
|
+
body: "control"
|
96
|
+
}
|
97
|
+
additional_bindings {
|
98
|
+
patch: "/v1alpha/{control.name=projects/*/locations/*/collections/*/engines/*/controls/*}"
|
99
|
+
body: "control"
|
100
|
+
}
|
101
|
+
};
|
102
|
+
option (google.api.method_signature) = "control,update_mask";
|
103
|
+
}
|
104
|
+
|
105
|
+
// Gets a Control.
|
106
|
+
rpc GetControl(GetControlRequest) returns (Control) {
|
107
|
+
option (google.api.http) = {
|
108
|
+
get: "/v1alpha/{name=projects/*/locations/*/dataStores/*/controls/*}"
|
109
|
+
additional_bindings {
|
110
|
+
get: "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/controls/*}"
|
111
|
+
}
|
112
|
+
additional_bindings {
|
113
|
+
get: "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*/controls/*}"
|
114
|
+
}
|
115
|
+
};
|
116
|
+
option (google.api.method_signature) = "name";
|
117
|
+
}
|
118
|
+
|
119
|
+
// Lists all Controls by their parent
|
120
|
+
// [DataStore][google.cloud.discoveryengine.v1alpha.DataStore].
|
121
|
+
rpc ListControls(ListControlsRequest) returns (ListControlsResponse) {
|
122
|
+
option (google.api.http) = {
|
123
|
+
get: "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/controls"
|
124
|
+
additional_bindings {
|
125
|
+
get: "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/controls"
|
126
|
+
}
|
127
|
+
additional_bindings {
|
128
|
+
get: "/v1alpha/{parent=projects/*/locations/*/collections/*/engines/*}/controls"
|
129
|
+
}
|
130
|
+
};
|
131
|
+
option (google.api.method_signature) = "parent";
|
132
|
+
}
|
133
|
+
}
|
134
|
+
|
135
|
+
// Request for CreateControl method.
|
136
|
+
message CreateControlRequest {
|
137
|
+
// Required. Full resource name of parent data store. Format:
|
138
|
+
// `projects/{project_number}/locations/{location_id}/collections/{collection_id}/dataStores/{data_store_id}`
|
139
|
+
// or
|
140
|
+
// `projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}`.
|
141
|
+
string parent = 1 [
|
142
|
+
(google.api.field_behavior) = REQUIRED,
|
143
|
+
(google.api.resource_reference) = {
|
144
|
+
child_type: "discoveryengine.googleapis.com/Control"
|
145
|
+
}
|
146
|
+
];
|
147
|
+
|
148
|
+
// Required. The Control to create.
|
149
|
+
Control control = 2 [(google.api.field_behavior) = REQUIRED];
|
150
|
+
|
151
|
+
// Required. The ID to use for the Control, which will become the final
|
152
|
+
// component of the Control's resource name.
|
153
|
+
//
|
154
|
+
// This value must be within 1-63 characters.
|
155
|
+
// Valid characters are /[a-z][0-9]-_/.
|
156
|
+
string control_id = 3 [(google.api.field_behavior) = REQUIRED];
|
157
|
+
}
|
158
|
+
|
159
|
+
// Request for UpdateControl method.
|
160
|
+
message UpdateControlRequest {
|
161
|
+
// Required. The Control to update.
|
162
|
+
Control control = 1 [(google.api.field_behavior) = REQUIRED];
|
163
|
+
|
164
|
+
// Optional. Indicates which fields in the provided
|
165
|
+
// [Control][google.cloud.discoveryengine.v1alpha.Control] to update. The
|
166
|
+
// following are NOT supported:
|
167
|
+
//
|
168
|
+
// * [Control.name][google.cloud.discoveryengine.v1alpha.Control.name]
|
169
|
+
// * [Control.solution_type][google.cloud.discoveryengine.v1alpha.Control.solution_type]
|
170
|
+
//
|
171
|
+
// If not set or empty, all supported fields are updated.
|
172
|
+
google.protobuf.FieldMask update_mask = 2
|
173
|
+
[(google.api.field_behavior) = OPTIONAL];
|
174
|
+
}
|
175
|
+
|
176
|
+
// Request for DeleteControl method.
|
177
|
+
message DeleteControlRequest {
|
178
|
+
// Required. The resource name of the Control to delete. Format:
|
179
|
+
// `projects/{project_number}/locations/{location_id}/collections/{collection_id}/dataStores/{data_store_id}/controls/{control_id}`
|
180
|
+
string name = 1 [
|
181
|
+
(google.api.field_behavior) = REQUIRED,
|
182
|
+
(google.api.resource_reference) = {
|
183
|
+
type: "discoveryengine.googleapis.com/Control"
|
184
|
+
}
|
185
|
+
];
|
186
|
+
}
|
187
|
+
|
188
|
+
// Request for GetControl method.
|
189
|
+
message GetControlRequest {
|
190
|
+
// Required. The resource name of the Control to get. Format:
|
191
|
+
// `projects/{project_number}/locations/{location_id}/collections/{collection_id}/dataStores/{data_store_id}/controls/{control_id}`
|
192
|
+
string name = 1 [
|
193
|
+
(google.api.field_behavior) = REQUIRED,
|
194
|
+
(google.api.resource_reference) = {
|
195
|
+
type: "discoveryengine.googleapis.com/Control"
|
196
|
+
}
|
197
|
+
];
|
198
|
+
}
|
199
|
+
|
200
|
+
// Request for ListControls method.
|
201
|
+
message ListControlsRequest {
|
202
|
+
// Required. The data store resource name. Format:
|
203
|
+
// `projects/{project_number}/locations/{location_id}/collections/{collection_id}/dataStores/{data_store_id}`
|
204
|
+
// or
|
205
|
+
// `projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}`.
|
206
|
+
string parent = 1 [
|
207
|
+
(google.api.field_behavior) = REQUIRED,
|
208
|
+
(google.api.resource_reference) = {
|
209
|
+
child_type: "discoveryengine.googleapis.com/Control"
|
210
|
+
}
|
211
|
+
];
|
212
|
+
|
213
|
+
// Optional. Maximum number of results to return. If unspecified, defaults
|
214
|
+
// to 50. Max allowed value is 1000.
|
215
|
+
int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL];
|
216
|
+
|
217
|
+
// Optional. A page token, received from a previous `ListControls` call.
|
218
|
+
// Provide this to retrieve the subsequent page.
|
219
|
+
string page_token = 3 [(google.api.field_behavior) = OPTIONAL];
|
220
|
+
|
221
|
+
// Optional. A filter to apply on the list results. Supported features:
|
222
|
+
//
|
223
|
+
// * List all the products under the parent branch if
|
224
|
+
// [filter][google.cloud.discoveryengine.v1alpha.ListControlsRequest.filter]
|
225
|
+
// is unset. Currently this field is unsupported.
|
226
|
+
string filter = 4 [(google.api.field_behavior) = OPTIONAL];
|
227
|
+
}
|
228
|
+
|
229
|
+
// Response for ListControls method.
|
230
|
+
message ListControlsResponse {
|
231
|
+
// All the Controls for a given data store.
|
232
|
+
repeated Control controls = 1;
|
233
|
+
|
234
|
+
// Pagination token, if not returned indicates the last page.
|
235
|
+
string next_page_token = 2;
|
236
|
+
}
|
@@ -52,9 +52,9 @@ message Conversation {
|
|
52
52
|
}
|
53
53
|
|
54
54
|
// Immutable. Fully qualified name
|
55
|
-
// `project
|
55
|
+
// `projects/{project}/locations/global/collections/{collection}/dataStore/*/conversations/*`
|
56
56
|
// or
|
57
|
-
// `project
|
57
|
+
// `projects/{project}/locations/global/collections/{collection}/engines/*/conversations/*`.
|
58
58
|
string name = 1 [(google.api.field_behavior) = IMMUTABLE];
|
59
59
|
|
60
60
|
// The state of the Conversation.
|
package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto
CHANGED
@@ -537,6 +537,13 @@ message AnswerQueryRequest {
|
|
537
537
|
// generating answers for non-answer seeking queries and return
|
538
538
|
// fallback messages instead.
|
539
539
|
bool ignore_non_answer_seeking_query = 6;
|
540
|
+
|
541
|
+
// Specifies whether to filter out queries that have low relevance.
|
542
|
+
//
|
543
|
+
// If this field is set to `false`, all search results are used regardless
|
544
|
+
// of relevance to generate answers. If set to `true` or unset, the behavior
|
545
|
+
// will be determined automatically by the service.
|
546
|
+
optional bool ignore_low_relevant_content = 7;
|
540
547
|
}
|
541
548
|
|
542
549
|
// Search specification.
|
@@ -594,6 +601,12 @@ message AnswerQueryRequest {
|
|
594
601
|
|
595
602
|
// Custom fine tuning configs.
|
596
603
|
CustomFineTuningSpec custom_fine_tuning_spec = 6;
|
604
|
+
|
605
|
+
// Specs defining dataStores to filter on in a search call and
|
606
|
+
// configurations for those dataStores. This is only considered for
|
607
|
+
// engines with multiple dataStores use case. For single dataStore within
|
608
|
+
// an engine, they should use the specs at the top level.
|
609
|
+
repeated SearchRequest.DataStoreSpec data_store_specs = 7;
|
597
610
|
}
|
598
611
|
|
599
612
|
// Search result list.
|
@@ -714,7 +727,7 @@ message AnswerQueryRequest {
|
|
714
727
|
bool disable = 1;
|
715
728
|
|
716
729
|
// Max rephrase steps.
|
717
|
-
// The max number is
|
730
|
+
// The max number is 5 steps.
|
718
731
|
// If not set or set to < 1, it will be set to 1 by default.
|
719
732
|
int32 max_rephrase_steps = 2;
|
720
733
|
}
|
@@ -746,8 +759,8 @@ message AnswerQueryRequest {
|
|
746
759
|
//
|
747
760
|
// When session field is not set, the API is in sessionless mode.
|
748
761
|
//
|
749
|
-
// We support auto session mode: users can use the wildcard symbol
|
750
|
-
// session
|
762
|
+
// We support auto session mode: users can use the wildcard symbol `-` as
|
763
|
+
// session ID. A new ID will be automatically generated and assigned.
|
751
764
|
string session = 3 [(google.api.resource_reference) = {
|
752
765
|
type: "discoveryengine.googleapis.com/Session"
|
753
766
|
}];
|
@@ -807,6 +820,9 @@ message AnswerQueryResponse {
|
|
807
820
|
// [AnswerQueryRequest][google.cloud.discoveryengine.v1alpha.AnswerQueryRequest]
|
808
821
|
// request.
|
809
822
|
Session session = 2;
|
823
|
+
|
824
|
+
// A global unique ID used for logging.
|
825
|
+
string answer_query_token = 3;
|
810
826
|
}
|
811
827
|
|
812
828
|
// Request for GetAnswer method.
|
@@ -0,0 +1,87 @@
|
|
1
|
+
// Copyright 2024 Google LLC
|
2
|
+
//
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
// you may not use this file except in compliance with the License.
|
5
|
+
// You may obtain a copy of the License at
|
6
|
+
//
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
//
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
// See the License for the specific language governing permissions and
|
13
|
+
// limitations under the License.
|
14
|
+
|
15
|
+
syntax = "proto3";
|
16
|
+
|
17
|
+
package google.cloud.discoveryengine.v1alpha;
|
18
|
+
|
19
|
+
import "google/api/field_behavior.proto";
|
20
|
+
import "google/api/resource.proto";
|
21
|
+
import "google/protobuf/timestamp.proto";
|
22
|
+
|
23
|
+
option csharp_namespace = "Google.Cloud.DiscoveryEngine.V1Alpha";
|
24
|
+
option go_package = "cloud.google.com/go/discoveryengine/apiv1alpha/discoveryenginepb;discoveryenginepb";
|
25
|
+
option java_multiple_files = true;
|
26
|
+
option java_outer_classname = "CustomTuningModelProto";
|
27
|
+
option java_package = "com.google.cloud.discoveryengine.v1alpha";
|
28
|
+
option objc_class_prefix = "DISCOVERYENGINE";
|
29
|
+
option php_namespace = "Google\\Cloud\\DiscoveryEngine\\V1alpha";
|
30
|
+
option ruby_package = "Google::Cloud::DiscoveryEngine::V1alpha";
|
31
|
+
|
32
|
+
// Metadata that describes a custom tuned model.
|
33
|
+
message CustomTuningModel {
|
34
|
+
option (google.api.resource) = {
|
35
|
+
type: "discoveryengine.googleapis.com/CustomTuningModel"
|
36
|
+
pattern: "projects/{project}/locations/{location}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}"
|
37
|
+
pattern: "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}"
|
38
|
+
};
|
39
|
+
|
40
|
+
// The state of the model.
|
41
|
+
enum ModelState {
|
42
|
+
// Default value.
|
43
|
+
MODEL_STATE_UNSPECIFIED = 0;
|
44
|
+
|
45
|
+
// The model is in a paused training state.
|
46
|
+
TRAINING_PAUSED = 1;
|
47
|
+
|
48
|
+
// The model is currently training.
|
49
|
+
TRAINING = 2;
|
50
|
+
|
51
|
+
// The model has successfully completed training.
|
52
|
+
TRAINING_COMPLETE = 3;
|
53
|
+
|
54
|
+
// The model is ready for serving.
|
55
|
+
READY_FOR_SERVING = 4;
|
56
|
+
|
57
|
+
// The model training failed.
|
58
|
+
TRAINING_FAILED = 5;
|
59
|
+
}
|
60
|
+
|
61
|
+
// Required. The fully qualified resource name of the model.
|
62
|
+
//
|
63
|
+
// Format:
|
64
|
+
// `projects/{project_number}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}`
|
65
|
+
// model must be an alpha-numerical string with limit of 40 characters.
|
66
|
+
string name = 1 [
|
67
|
+
(google.api.field_behavior) = REQUIRED,
|
68
|
+
(google.api.resource_reference) = {
|
69
|
+
type: "discoveryengine.googleapis.com/CustomTuningModel"
|
70
|
+
}
|
71
|
+
];
|
72
|
+
|
73
|
+
// The display name of the model.
|
74
|
+
string display_name = 2;
|
75
|
+
|
76
|
+
// The version of the model.
|
77
|
+
int64 model_version = 3;
|
78
|
+
|
79
|
+
// The state that the model is in (e.g.`TRAINING` or `TRAINING_FAILED`).
|
80
|
+
ModelState model_state = 4;
|
81
|
+
|
82
|
+
// Timestamp the Model was created at.
|
83
|
+
google.protobuf.Timestamp create_time = 5;
|
84
|
+
|
85
|
+
// Timestamp the model training was initiated.
|
86
|
+
google.protobuf.Timestamp training_start_time = 6;
|
87
|
+
}
|
@@ -265,8 +265,8 @@ message ListDataStoresRequest {
|
|
265
265
|
// INVALID_ARGUMENT error is returned.
|
266
266
|
string page_token = 3;
|
267
267
|
|
268
|
-
// Filter by solution type.
|
269
|
-
// 'solution_type:SOLUTION_TYPE_SEARCH'
|
268
|
+
// Filter by solution type.
|
269
|
+
// For example: `filter = 'solution_type:SOLUTION_TYPE_SEARCH'`
|
270
270
|
string filter = 4;
|
271
271
|
}
|
272
272
|
|
@@ -114,6 +114,7 @@ message DocumentProcessingConfig {
|
|
114
114
|
|
115
115
|
// Map from file type to override the default parsing configuration based on
|
116
116
|
// the file type. Supported keys:
|
117
|
+
//
|
117
118
|
// * `pdf`: Override parsing config for PDF files, either digital parsing, ocr
|
118
119
|
// parsing or layout parsing is supported.
|
119
120
|
// * `html`: Override parsing config for HTML files, only digital parsing and
|