Interface protos.google.cloud.vision.v1p3beta1.IPage (2.3.8)

Properties of a Page.

Package

@google-cloud/vision!

Properties

blocks

blocks?: (google.cloud.vision.v1p3beta1.IBlock[]|null);

Page blocks

Property Value
TypeDescription
(google.cloud.vision.v1p3beta1.IBlock[]|null)

confidence

confidence?: (number|null);

Page confidence

Property Value
TypeDescription
(number|null)

height

height?: (number|null);

Page height

Property Value
TypeDescription
(number|null)

property

property?: (google.cloud.vision.v1p3beta1.TextAnnotation.ITextProperty|null);

Page property

Property Value
TypeDescription
(google.cloud.vision.v1p3beta1.TextAnnotation.ITextProperty|null)

width

width?: (number|null);

Page width

Property Value
TypeDescription
(number|null)