Class: Google::Cloud::DataLabeling::V1beta1::ImagePayload
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ImagePayload
- 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
-
#image_thumbnail ⇒ ::String
A byte string of a thumbnail image.
-
#image_uri ⇒ ::String
Image uri from the user bucket.
-
#mime_type ⇒ ::String
Image format.
-
#signed_uri ⇒ ::String
Signed uri of the image file in the service bucket.
Instance Attribute Details
#image_thumbnail ⇒ ::String
Returns 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.
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.
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.
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 |