Uses of Class
com.google.cloud.datalabeling.v1beta1.PdfInstruction
-
Packages that use PdfInstruction Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of PdfInstruction in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return PdfInstruction Modifier and Type Method Description PdfInstruction
PdfInstruction.Builder. build()
PdfInstruction
PdfInstruction.Builder. buildPartial()
static PdfInstruction
PdfInstruction. getDefaultInstance()
PdfInstruction
PdfInstruction.Builder. getDefaultInstanceForType()
PdfInstruction
PdfInstruction. getDefaultInstanceForType()
PdfInstruction
Instruction.Builder. getPdfInstruction()
Instruction from a PDF document.PdfInstruction
Instruction. getPdfInstruction()
Instruction from a PDF document.PdfInstruction
InstructionOrBuilder. getPdfInstruction()
Instruction from a PDF document.static PdfInstruction
PdfInstruction. parseDelimitedFrom(InputStream input)
static PdfInstruction
PdfInstruction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfInstruction
PdfInstruction. parseFrom(byte[] data)
static PdfInstruction
PdfInstruction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfInstruction
PdfInstruction. parseFrom(com.google.protobuf.ByteString data)
static PdfInstruction
PdfInstruction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfInstruction
PdfInstruction. parseFrom(com.google.protobuf.CodedInputStream input)
static PdfInstruction
PdfInstruction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfInstruction
PdfInstruction. parseFrom(InputStream input)
static PdfInstruction
PdfInstruction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfInstruction
PdfInstruction. parseFrom(ByteBuffer data)
static PdfInstruction
PdfInstruction. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type PdfInstruction Modifier and Type Method Description com.google.protobuf.Parser<PdfInstruction>
PdfInstruction. getParserForType()
static com.google.protobuf.Parser<PdfInstruction>
PdfInstruction. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type PdfInstruction Modifier and Type Method Description PdfInstruction.Builder
PdfInstruction.Builder. mergeFrom(PdfInstruction other)
Instruction.Builder
Instruction.Builder. mergePdfInstruction(PdfInstruction value)
Instruction from a PDF document.static PdfInstruction.Builder
PdfInstruction. newBuilder(PdfInstruction prototype)
Instruction.Builder
Instruction.Builder. setPdfInstruction(PdfInstruction value)
Instruction from a PDF document.
-