Class GoogleCloudContentwarehouseV1SearchDocumentsResponse
Response message for DocumentService.SearchDocuments.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1SearchDocumentsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HistogramQueryResults
The histogram results that match with the specified SearchDocumentsRequest.histogram_queries.
Declaration
[JsonProperty("histogramQueryResults")]
public virtual IList<GoogleCloudContentwarehouseV1HistogramQueryResult> HistogramQueryResults { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContentwarehouseV1HistogramQueryResult> |
MatchingDocuments
The document entities that match the specified SearchDocumentsRequest.
Declaration
[JsonProperty("matchingDocuments")]
public virtual IList<GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument> MatchingDocuments { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument> |
Metadata
Additional information for the API invocation, such as the request tracking id.
Declaration
[JsonProperty("metadata")]
public virtual GoogleCloudContentwarehouseV1ResponseMetadata Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1ResponseMetadata |
NextPageToken
The token that specifies the starting position of the next page of results. This field is empty if there are no more results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
QuestionAnswer
Experimental. Question answer from the query against the document.
Declaration
[JsonProperty("questionAnswer")]
public virtual string QuestionAnswer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalSize
The total number of matched documents which is available only if the client set
SearchDocumentsRequest.require_total_size to true or set SearchDocumentsRequest.total_result_size to
ESTIMATED_SIZE or ACTUAL_SIZE. Otherwise, the value will be -1. Typically a UI would handle this
condition by displaying "of many", for example: "Displaying 10 of many".
Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |