GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument constructor

GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument({
  1. GoogleCloudContentwarehouseV1Document? document,
  2. List<String>? matchedTokenPageIndices,
  3. GoogleCloudContentwarehouseV1QAResult? qaResult,
  4. String? searchTextSnippet,
})

Implementation

GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument({
  this.document,
  this.matchedTokenPageIndices,
  this.qaResult,
  this.searchTextSnippet,
});