Class PdfInstruction
Instruction from a PDF file.
Inheritance
System.Object
PdfInstruction
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class PdfInstruction : IMessage<PdfInstruction>, IEquatable<PdfInstruction>, IDeepCloneable<PdfInstruction>, IBufferMessage, IMessage
Constructors
PdfInstruction()
Declaration
public PdfInstruction()
PdfInstruction(PdfInstruction)
Declaration
public PdfInstruction(PdfInstruction other)
Parameters
| Type | Name | Description |
|---|---|---|
| PdfInstruction | other |
Properties
GcsFileUri
PDF file for the instruction. Only gcs path is allowed.
Declaration
public string GcsFileUri { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |