public sealed class GetDocumentRequest : IMessage<GetDocumentRequest>, IEquatable<GetDocumentRequest>, IDeepCloneable<GetDocumentRequest>, IBufferMessage, IMessage
Implements
IMessageGetDocumentRequest, IEquatableGetDocumentRequest, IDeepCloneableGetDocumentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
GetDocumentRequest()
public GetDocumentRequest()
GetDocumentRequest(GetDocumentRequest)
public GetDocumentRequest(GetDocumentRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetDocumentRequest |
Properties
Dataset
public string Dataset { get; set; }
Required. The resource name of the dataset that the document belongs to . Format: projects/{project}/locations/{location}/processors/{processor}/dataset
Property Value | |
---|---|
Type | Description |
string |
DatasetAsDatasetName
public DatasetName DatasetAsDatasetName { get; set; }
DatasetName-typed view over the Dataset resource name property.
Property Value | |
---|---|
Type | Description |
DatasetName |
DocumentId
public DocumentId DocumentId { get; set; }
Required. Document identifier.
Property Value | |
---|---|
Type | Description |
DocumentId |
PageRange
public DocumentPageRange PageRange { get; set; }
List of pages for which the fields specified in the read_mask
must
be served.
Property Value | |
---|---|
Type | Description |
DocumentPageRange |
ReadMask
public FieldMask ReadMask { get; set; }
If set, only fields listed here will be returned. Otherwise, all fields will be returned by default.
Property Value | |
---|---|
Type | Description |
FieldMask |