Class: Google::Cloud::DataLabeling::V1beta1::PdfInstruction

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/instruction.rb

Overview

Instruction from a PDF file.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_file_uri::String

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

Returns:

  • (::String)

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



82
83
84
85
# File 'proto_docs/google/cloud/datalabeling/v1beta1/instruction.rb', line 82

class PdfInstruction
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end