Discovery Engine v1beta API - Class Chunk.Types.DocumentMetadata (1.0.0-beta15)

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 v1beta 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.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.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.v1beta.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