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

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

Inheritance

object > GetDocumentResponse

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

GetDocumentResponse()

public GetDocumentResponse()

GetDocumentResponse(GetDocumentResponse)

public GetDocumentResponse(GetDocumentResponse other)
Parameter
NameDescription
otherGetDocumentResponse

Properties

Document

public Document Document { get; set; }
Property Value
TypeDescription
Document