Cloud Document AI v1beta3 API - Class GetDocumentRequest (2.0.0-beta18)

public sealed class GetDocumentRequest : IMessage<GetDocumentRequest>, IEquatable<GetDocumentRequest>, IDeepCloneable<GetDocumentRequest>, IBufferMessage, IMessage

Inheritance

object > GetDocumentRequest

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

GetDocumentRequest()

public GetDocumentRequest()

GetDocumentRequest(GetDocumentRequest)

public GetDocumentRequest(GetDocumentRequest other)
Parameter
NameDescription
otherGetDocumentRequest

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
TypeDescription
string

DatasetAsDatasetName

public DatasetName DatasetAsDatasetName { get; set; }

DatasetName-typed view over the Dataset resource name property.

Property Value
TypeDescription
DatasetName

DocumentId

public DocumentId DocumentId { get; set; }

Required. Document identifier.

Property Value
TypeDescription
DocumentId

PageRange

public DocumentPageRange PageRange { get; set; }

List of pages for which the fields specified in the read_mask must be served.

Property Value
TypeDescription
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
TypeDescription
FieldMask