public enum SearchRequest.Types.ContentSearchSpec.Types.SearchResultModeReference documentation and code samples for the Discovery Engine v1beta API enum SearchRequest.Types.ContentSearchSpec.Types.SearchResultMode.
Specifies the search result mode. If unspecified, the
search result mode defaults to DOCUMENTS.
Namespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Fields |
|
|---|---|
| Name | Description |
Chunks |
Returns chunks in the search result. Only available if the [DocumentProcessingConfig.chunking_config][google.cloud.discoveryengine.v1beta.DocumentProcessingConfig.chunking_config] is specified. |
Documents |
Returns documents in the search result. |
Unspecified |
Default value. |