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-03-24 UTC."],[[["This document provides reference documentation for the `BatchDatasetDocuments.Types.IndividualDocumentIds` class within the Cloud Document AI v1beta3 API."],["The `IndividualDocumentIds` class is designed to represent a list of individual `DocumentIds`, indicating the storage locations of specific documents."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has a constructor that accepts another `IndividualDocumentIds` instance for deep copying."],["The class has a `DocumentIds` property, which is a `RepeatedField` of `DocumentId` types, representing a list of document IDs, which is a required field."]]],[]]