Module: Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::ContentSearchSpec::SummarySpec::MultiModalSpec::ImageSource

Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb

Overview

Specifies the image source.

Constant Summary collapse

IMAGE_SOURCE_UNSPECIFIED =

Unspecified image source (multimodal feature is disabled by default).

0
ALL_AVAILABLE_SOURCES =

Behavior when service determines the pick from all available sources.

1
CORPUS_IMAGE_ONLY =

Includes image from corpus in the answer.

2
FIGURE_GENERATION_ONLY =

Triggers figure generation in the answer.

3