Class GoogleCloudDocumentaiV1beta3BatchDatasetDocumentsIndividualDocumentIds
List of individual DocumentIds.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3BatchDatasetDocumentsIndividualDocumentIds : IDirectResponseSchema
Properties
DocumentIds
Required. List of Document IDs indicating where the actual documents are stored.
Declaration
[JsonProperty("documentIds")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentId> DocumentIds { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3DocumentId> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |