Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class ImagePayload.
Container of information about an image.
Generated from protobuf message google.cloud.datalabeling.v1beta1.ImagePayload
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ mime_type
string
Image format.
↳ image_thumbnail
string
A byte string of a thumbnail image.
↳ image_uri
string
Image uri from the user bucket.
↳ signed_uri
string
Signed uri of the image file in the service bucket.
getMimeType
Image format.
string
setMimeType
Image format.
var
string
$this
getImageThumbnail
A byte string of a thumbnail image.
string
setImageThumbnail
A byte string of a thumbnail image.
var
string
$this
getImageUri
Image uri from the user bucket.
string
setImageUri
Image uri from the user bucket.
var
string
$this
getSignedUri
Signed uri of the image file in the service bucket.
string
setSignedUri
Signed uri of the image file in the service bucket.
var
string
$this