Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::ImagePayload.
Container of information about an image.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#image_thumbnail
def image_thumbnail() -> ::String
Returns
- (::String) — A byte string of a thumbnail image.
#image_thumbnail=
def image_thumbnail=(value) -> ::String
Parameter
- value (::String) — A byte string of a thumbnail image.
Returns
- (::String) — A byte string of a thumbnail image.
#image_uri
def image_uri() -> ::String
Returns
- (::String) — Image uri from the user bucket.
#image_uri=
def image_uri=(value) -> ::String
Parameter
- value (::String) — Image uri from the user bucket.
Returns
- (::String) — Image uri from the user bucket.
#mime_type
def mime_type() -> ::String
Returns
- (::String) — Image format.
#mime_type=
def mime_type=(value) -> ::String
Parameter
- value (::String) — Image format.
Returns
- (::String) — Image format.
#signed_uri
def signed_uri() -> ::String
Returns
- (::String) — Signed uri of the image file in the service bucket.
#signed_uri=
def signed_uri=(value) -> ::String
Parameter
- value (::String) — Signed uri of the image file in the service bucket.
Returns
- (::String) — Signed uri of the image file in the service bucket.