Skip to content

Commit d2668fc

Browse files
Google APIscopybara-github
authored andcommitted
feat: add matched_token_page_indices field in Document Warehouse API v1
PiperOrigin-RevId: 568417218
1 parent 991cbd5 commit d2668fc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google/cloud/contentwarehouse/v1/document_service.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@ message SearchDocumentsResponse {
221221
// Experimental.
222222
// Additional result info if the question-answering feature is enabled.
223223
QAResult qa_result = 3;
224+
225+
// Return the 1-based page indices where those pages have one or more
226+
// matched tokens.
227+
repeated int64 matched_token_page_indices = 4;
224228
}
225229

226230
// The document entities that match the specified

0 commit comments

Comments
 (0)