Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Image.
Metadata about the image.
Generated from protobuf message google.cloud.discoveryengine.v1.GenerateGroundedContentResponse.Candidate.GroundingMetadata.ImageMetadata.Image
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ GenerateGroundedContentResponse \ Candidate \ GroundingMetadata \ ImageMetadataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
The url of the image. |
↳ width |
int
The width of the image in pixels. |
↳ height |
int
The height of the image in pixels. |
getUri
The url of the image.
Returns | |
---|---|
Type | Description |
string |
setUri
The url of the image.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getWidth
The width of the image in pixels.
Returns | |
---|---|
Type | Description |
int |
setWidth
The width of the image in pixels.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getHeight
The height of the image in pixels.
Returns | |
---|---|
Type | Description |
int |
setHeight
The height of the image in pixels.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |