Page
class Page extends Message
Detected page from OCR.
Protobuf type Google\Cloud\Vision\V1\Page
Methods
No description
Additional information detected on the page.
Page width in pixels.
Page width in pixels.
Page height in pixels.
Page height in pixels.
List of blocks of text, images etc on this page.
List of blocks of text, images etc on this page.
Details
at line 43
__construct()
at line 54
TextAnnotation_TextProperty
getProperty()
Additional information detected on the page.
Generated from protobuf field .google.cloud.vision.v1.TextAnnotation.TextProperty property = 1;
at line 65
setProperty(TextAnnotation_TextProperty $var)
Additional information detected on the page.
Generated from protobuf field .google.cloud.vision.v1.TextAnnotation.TextProperty property = 1;
at line 77
int
getWidth()
Page width in pixels.
Generated from protobuf field int32 width = 2;
at line 88
setWidth(int $var)
Page width in pixels.
Generated from protobuf field int32 width = 2;
at line 100
int
getHeight()
Page height in pixels.
Generated from protobuf field int32 height = 3;
at line 111
setHeight(int $var)
Page height in pixels.
Generated from protobuf field int32 height = 3;
at line 123
RepeatedField
getBlocks()
List of blocks of text, images etc on this page.
Generated from protobuf field repeated .google.cloud.vision.v1.Block blocks = 4;
at line 134
setBlocks(array|RepeatedField $var)
List of blocks of text, images etc on this page.
Generated from protobuf field repeated .google.cloud.vision.v1.Block blocks = 4;