Gemini Enterprise for Customer Experience v1 API - Class Blob (1.0.0-beta01)

public sealed class Blob : IMessage<Blob>, IEquatable<Blob>, IDeepCloneable<Blob>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class Blob.

Represents a blob input or output in the conversation.

Inheritance

object > Blob

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

Blob()

public Blob()

Blob(Blob)

public Blob(Blob other)
Parameter
Name Description
other Blob

Properties

Data

public ByteString Data { get; set; }

Required. Raw bytes of the blob.

Property Value
Type Description
ByteString

MimeType

public string MimeType { get; set; }

Required. The IANA standard MIME type of the source data.

Property Value
Type Description
string