class Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1PdfInstruction

Instruction from a PDF file.

Attributes

gcs_file_uri[RW]

PDF file for the instruction. Only gcs path is allowed. Corresponds to the JSON property `gcsFileUri` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 3942
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 3947
def update!(**args)
  @gcs_file_uri = args[:gcs_file_uri] if args.key?(:gcs_file_uri)
end