Discovery Engine v1beta API - Class SearchResponse.Types.Summary.Types.BlobAttachment (1.0.0-beta24)

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, IMessage

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

Inheritance

object > SearchResponse.Types.Summary.Types.BlobAttachment

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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