public sealed class SearchResponse.Types.Summary.Types.BlobAttachment : IMessage<SearchResponse.Types.Summary.Types.BlobAttachment>, IEquatable<SearchResponse.Types.Summary.Types.BlobAttachment>, IDeepCloneable<SearchResponse.Types.Summary.Types.BlobAttachment>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class SearchResponse.Types.Summary.Types.BlobAttachment.
Stores binarydata attached to text answer, e.g. image, video, audio, etc.
Implements
IMessageSearchResponseTypesSummaryTypesBlobAttachment, IEquatableSearchResponseTypesSummaryTypesBlobAttachment, IDeepCloneableSearchResponseTypesSummaryTypesBlobAttachment, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
BlobAttachment()
public BlobAttachment()BlobAttachment(BlobAttachment)
public BlobAttachment(SearchResponse.Types.Summary.Types.BlobAttachment other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchResponseTypesSummaryTypesBlobAttachment |
Properties
AttributionType
public SearchResponse.Types.Summary.Types.BlobAttachment.Types.AttributionType AttributionType { get; set; }Output only. The attribution type of the blob.
| Property Value | |
|---|---|
| Type | Description |
SearchResponseTypesSummaryTypesBlobAttachmentTypesAttributionType |
|
Data
public SearchResponse.Types.Summary.Types.BlobAttachment.Types.Blob Data { get; set; }Output only. The blob data.
| Property Value | |
|---|---|
| Type | Description |
SearchResponseTypesSummaryTypesBlobAttachmentTypesBlob |
|