Class GetDocumentRequest (2.27.0)

GetDocumentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
dataset str
Required. The resource name of the dataset that the document belongs to . Format: projects/{project}/locations/{location}/processors/{processor}/dataset
document_id google.cloud.documentai_v1beta3.types.DocumentId
Required. Document identifier.
read_mask google.protobuf.field_mask_pb2.FieldMask
If set, only fields listed here will be returned. Otherwise, all fields will be returned by default.
page_range google.cloud.documentai_v1beta3.types.DocumentPageRange
List of pages for which the fields specified in the read_mask must be served.