public sealed class SearchRequest.Types.ContentSearchSpec.Types.SummarySpec.Types.MultiModalSpec : IMessage<SearchRequest.Types.ContentSearchSpec.Types.SummarySpec.Types.MultiModalSpec>, IEquatable<SearchRequest.Types.ContentSearchSpec.Types.SummarySpec.Types.MultiModalSpec>, IDeepCloneable<SearchRequest.Types.ContentSearchSpec.Types.SummarySpec.Types.MultiModalSpec>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class SearchRequest.Types.ContentSearchSpec.Types.SummarySpec.Types.MultiModalSpec.
Multimodal specification: Will return an image from specified source. If multiple sources are specified, the pick is a quality based decision.
Implements
IMessageSearchRequestTypesContentSearchSpecTypesSummarySpecTypesMultiModalSpec, IEquatableSearchRequestTypesContentSearchSpecTypesSummarySpecTypesMultiModalSpec, IDeepCloneableSearchRequestTypesContentSearchSpecTypesSummarySpecTypesMultiModalSpec, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
MultiModalSpec()
public MultiModalSpec()MultiModalSpec(MultiModalSpec)
public MultiModalSpec(SearchRequest.Types.ContentSearchSpec.Types.SummarySpec.Types.MultiModalSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchRequestTypesContentSearchSpecTypesSummarySpecTypesMultiModalSpec |
Properties
ImageSource
public SearchRequest.Types.ContentSearchSpec.Types.SummarySpec.Types.MultiModalSpec.Types.ImageSource ImageSource { get; set; }Optional. Source of image returned in the answer.
| Property Value | |
|---|---|
| Type | Description |
SearchRequestTypesContentSearchSpecTypesSummarySpecTypesMultiModalSpecTypesImageSource |
|