Skip to content

Commit

Permalink
feat: add matched_token_page_indices field in Document Warehouse AP…
Browse files Browse the repository at this point in the history
…I v1

PiperOrigin-RevId: 568417218
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 26, 2023
1 parent 991cbd5 commit d2668fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/cloud/contentwarehouse/v1/document_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ message SearchDocumentsResponse {
// Experimental.
// Additional result info if the question-answering feature is enabled.
QAResult qa_result = 3;

// Return the 1-based page indices where those pages have one or more
// matched tokens.
repeated int64 matched_token_page_indices = 4;
}

// The document entities that match the specified
Expand Down

0 comments on commit d2668fc

Please sign in to comment.