Discovery Engine v1beta API - Class AnswerQueryRequest.Types.AnswerGenerationSpec.Types.MultimodalSpec (1.0.0-beta24)

public sealed class AnswerQueryRequest.Types.AnswerGenerationSpec.Types.MultimodalSpec : IMessage<AnswerQueryRequest.Types.AnswerGenerationSpec.Types.MultimodalSpec>, IEquatable<AnswerQueryRequest.Types.AnswerGenerationSpec.Types.MultimodalSpec>, IDeepCloneable<AnswerQueryRequest.Types.AnswerGenerationSpec.Types.MultimodalSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class AnswerQueryRequest.Types.AnswerGenerationSpec.Types.MultimodalSpec.

Multimodal specification: Will return an image from specified source. If multiple sources are specified, the pick is a quality based decision.

Inheritance

object > AnswerQueryRequest.Types.AnswerGenerationSpec.Types.MultimodalSpec

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

MultimodalSpec()

public MultimodalSpec()

MultimodalSpec(MultimodalSpec)

public MultimodalSpec(AnswerQueryRequest.Types.AnswerGenerationSpec.Types.MultimodalSpec other)
Parameter
Name Description
other AnswerQueryRequestTypesAnswerGenerationSpecTypesMultimodalSpec

Properties

ImageSource

public AnswerQueryRequest.Types.AnswerGenerationSpec.Types.MultimodalSpec.Types.ImageSource ImageSource { get; set; }

Optional. Source of image returned in the answer.

Property Value
Type Description
AnswerQueryRequestTypesAnswerGenerationSpecTypesMultimodalSpecTypesImageSource