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.
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.
[[["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 page provides reference documentation for the `Chunk.Types.DocumentMetadata` class within the Google Cloud Discovery Engine v1 API, with the latest version being 1.6.0."],["`Chunk.Types.DocumentMetadata` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `Chunk.Types.DocumentMetadata` is designed to store metadata information about a document related to a chunk, and it inherits from the object class."],["The `Chunk.Types.DocumentMetadata` class has two constructors, one default and another that accepts another `DocumentMetadata` object to create a copy, and includes properties for managing the document's structured data, title, and URI."],["The `DocumentMetadata` class allows for struct data representation of the document, storing structured data as a struct with a registered schema, along with storing the document's title and URI as strings."]]],[]]