Cloud AI Platform v1 API - Class GroundingChunk.Types.Web (3.5.0)

public sealed class GroundingChunk.Types.Web : IMessage<GroundingChunk.Types.Web>, IEquatable<GroundingChunk.Types.Web>, IDeepCloneable<GroundingChunk.Types.Web>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class GroundingChunk.Types.Web.

Chunk from the web.

Inheritance

object > GroundingChunk.Types.Web

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Web()

public Web()

Web(Web)

public Web(GroundingChunk.Types.Web other)
Parameter
Name Description
other GroundingChunkTypesWeb

Properties

HasTitle

public bool HasTitle { get; }

Gets whether the "title" field is set

Property Value
Type Description
bool

HasUri

public bool HasUri { get; }

Gets whether the "uri" field is set

Property Value
Type Description
bool

Title

public string Title { get; set; }

Title of the chunk.

Property Value
Type Description
string

Uri

public string Uri { get; set; }

URI reference of the chunk.

Property Value
Type Description
string