Reference documentation and code samples for the Google Cloud Document Ai V1 Client class Image.
Rendered image contents for this page.
Generated from protobuf message google.cloud.documentai.v1.Document.Page.Image
Namespace
Google \ Cloud \ DocumentAI \ V1 \ Document \ PageMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ content |
string
Raw byte content of the image. |
↳ mime_type |
string
Encoding media type (MIME type) for the image. |
↳ width |
int
Width of the image in pixels. |
↳ height |
int
Height of the image in pixels. |
getContent
Raw byte content of the image.
| Returns | |
|---|---|
| Type | Description |
string |
|
setContent
Raw byte content of the image.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMimeType
Encoding media type (MIME type) for the image.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMimeType
Encoding media type (MIME type) for the image.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getWidth
Width of the image in pixels.
| Returns | |
|---|---|
| Type | Description |
int |
|
setWidth
Width of the image in pixels.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getHeight
Height of the image in pixels.
| Returns | |
|---|---|
| Type | Description |
int |
|
setHeight
Height of the image in pixels.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|