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 within the context of the .NET environment."],["`Chunk.Types.DocumentMetadata` is a class that stores metadata about a document, such as a Title, Uri, and StructData and is implemented as an object within the Google.Cloud.DiscoveryEngine.V1Beta namespace."],["The latest version of the documentation available for this class is `1.0.0-beta18`, with a previous beta version `1.0.0-beta17` also accessible."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration with the Google Protobuf library and enabling several functionalities."],["`Chunk.Types.DocumentMetadata` has two constructors: one default constructor, and another that enables the creation of a new object based off of a different existing `Chunk.Types.DocumentMetadata` object."]]],[]]