Class: Google::Cloud::DataLabeling::V1beta1::ImagePayload

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

Overview

Container of information about an image.

Instance Attribute Summary collapse

Instance Attribute Details

#image_thumbnail::String

Returns A byte string of a thumbnail image.

Returns:

  • (::String)

    A byte string of a thumbnail image.



37
38
39
40
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_payloads.rb', line 37

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

#image_uri::String

Returns Image uri from the user bucket.

Returns:

  • (::String)

    Image uri from the user bucket.



37
38
39
40
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_payloads.rb', line 37

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

#mime_type::String

Returns Image format.

Returns:

  • (::String)

    Image format.



37
38
39
40
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_payloads.rb', line 37

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

#signed_uri::String

Returns Signed uri of the image file in the service bucket.

Returns:

  • (::String)

    Signed uri of the image file in the service bucket.



37
38
39
40
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_payloads.rb', line 37

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