Data Labeling v1beta1 API - Class PdfInstruction (2.0.0-beta03)

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.

Inheritance

object > PdfInstruction

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

PdfInstruction()

public PdfInstruction()

PdfInstruction(PdfInstruction)

public PdfInstruction(PdfInstruction other)
Parameter
NameDescription
otherPdfInstruction

Properties

GcsFileUri

public string GcsFileUri { get; set; }

PDF file for the instruction. Only gcs path is allowed.

Property Value
TypeDescription
string