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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `Chunk.Types.DocumentMetadata` class in the Discovery Engine v1beta API, specifically for version 1.0.0-beta17."],["`Chunk.Types.DocumentMetadata` is a class that holds metadata about a document, essential for understanding the document associated with the chunk."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring broad compatibility and functionality."],["The class contains properties like `StructData`, `Title`, and `Uri`, allowing for the storage and retrieval of structured data, the document's title, and its URI, respectively."],["The document provides the information for the 2 constructors of the class: `DocumentMetadata()` and `DocumentMetadata(Chunk.Types.DocumentMetadata other)`."]]],[]]