Discovery Engine v1beta API - Enum SearchRequest.Types.ContentSearchSpec.Types.SearchResultMode (1.0.0-beta15)

public enum SearchRequest.Types.ContentSearchSpec.Types.SearchResultMode

Reference 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.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Fields

Name Description
Chunks

Returns chunks in the search result. Only available if the [DataStore.DocumentProcessingConfig.chunking_config][] is specified.

Documents

Returns documents in the search result.

Unspecified

Default value.