public sealed class PdfInstruction : IMessage<PdfInstruction>, IEquatable<PdfInstruction>, IDeepCloneable<PdfInstruction>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class PdfInstruction.
Instruction from a PDF file.
Implements
IMessagePdfInstruction, IEquatablePdfInstruction, IDeepCloneablePdfInstruction, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
PdfInstruction()
public PdfInstruction()
PdfInstruction(PdfInstruction)
public PdfInstruction(PdfInstruction other)
Parameter | |
---|---|
Name | Description |
other |
PdfInstruction |
Properties
GcsFileUri
public string GcsFileUri { get; set; }
PDF file for the instruction. Only gcs path is allowed.
Property Value | |
---|---|
Type | Description |
string |