public sealed class BatchDatasetDocuments.Types.IndividualDocumentIds : IMessage<BatchDatasetDocuments.Types.IndividualDocumentIds>, IEquatable<BatchDatasetDocuments.Types.IndividualDocumentIds>, IDeepCloneable<BatchDatasetDocuments.Types.IndividualDocumentIds>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class BatchDatasetDocuments.Types.IndividualDocumentIds.
[[["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-04-17 UTC."],[[["This document provides reference information for the `BatchDatasetDocuments.Types.IndividualDocumentIds` class within the Google Cloud Document AI v1beta3 API."],["The `IndividualDocumentIds` class represents a list of unique Document IDs used to locate specific documents."],["The class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors, one default and another that copies an existing `IndividualDocumentIds` instance."],["It contains a property called `DocumentIds` that is a list of `DocumentId` type, which are required to know where the actual documents are stored."]]],[]]