Class GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument
Document entry with metadata inside SearchDocumentsResponse
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument : IDirectResponseSchema
Properties
Document
Document that matches the specified SearchDocumentsRequest. This document only contains indexed metadata information.
Declaration
[JsonProperty("document")]
public virtual GoogleCloudContentwarehouseV1Document Document { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1Document |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MatchedTokenPageIndices
Return the 1-based page indices where those pages have one or more matched tokens.
Declaration
[JsonProperty("matchedTokenPageIndices")]
public virtual IList<long?> MatchedTokenPageIndices { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<long?> |
QaResult
Experimental. Additional result info if the question-answering feature is enabled.
Declaration
[JsonProperty("qaResult")]
public virtual GoogleCloudContentwarehouseV1QAResult QaResult { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1QAResult |
SearchTextSnippet
Contains snippets of text from the document full raw text that most closely match a search query's keywords, if available. All HTML tags in the original fields are stripped when returned in this field, and matching query keywords are enclosed in HTML bold tags. If the question-answering feature is enabled, this field will instead contain a snippet that answers the user's natural-language query. No HTML bold tags will be present, and highlights in the answer snippet can be found in QAResult.highlights.
Declaration
[JsonProperty("searchTextSnippet")]
public virtual string SearchTextSnippet { get; set; }
Property Value
| Type | Description |
|---|---|
| string |