Discovery Engine v1 API - Class Chunk.Types.DocumentMetadata (1.3.0)

public sealed class Chunk.Types.DocumentMetadata : IMessage<Chunk.Types.DocumentMetadata>, IEquatable<Chunk.Types.DocumentMetadata>, IDeepCloneable<Chunk.Types.DocumentMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class Chunk.Types.DocumentMetadata.

Document metadata contains the information of the document of the current chunk.

Inheritance

object > Chunk.Types.DocumentMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

DocumentMetadata()

public DocumentMetadata()

DocumentMetadata(DocumentMetadata)

public DocumentMetadata(Chunk.Types.DocumentMetadata other)
Parameter
Name Description
other ChunkTypesDocumentMetadata

Properties

StructData

public Struct StructData { get; set; }

Data representation. The structured JSON data for the document. It should conform to the registered [Schema][google.cloud.discoveryengine.v1.Schema] or an INVALID_ARGUMENT error is thrown.

Property Value
Type Description
Struct

Title

public string Title { get; set; }

Title of the document.

Property Value
Type Description
string

Uri

public string Uri { get; set; }

Uri of the document.

Property Value
Type Description
string