Reference documentation and code samples for the Cloud AutoML V1 Client class DocumentDimensions.
Message that describes dimension of a document.
Generated from protobuf message google.cloud.automl.v1.DocumentDimensions
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ unit |
int
Unit of the dimension. |
↳ width |
float
Width value of the document, works together with the unit. |
↳ height |
float
Height value of the document, works together with the unit. |
getUnit
Unit of the dimension.
Returns | |
---|---|
Type | Description |
int |
setUnit
Unit of the dimension.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getWidth
Width value of the document, works together with the unit.
Returns | |
---|---|
Type | Description |
float |
setWidth
Width value of the document, works together with the unit.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getHeight
Height value of the document, works together with the unit.
Returns | |
---|---|
Type | Description |
float |
setHeight
Height value of the document, works together with the unit.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |