Interface protos.google.cloud.vision.v1p1beta1.IBlock (5.2.0)
Package
@google-cloud/vision
Properties
blockType
blockType?: (google.cloud.vision.v1p1beta1.Block.BlockType|keyof typeof google.cloud.vision.v1p1beta1.Block.BlockType|null);
boundingBox
boundingBox?: (google.cloud.vision.v1p1beta1.IBoundingPoly|null);
confidence
confidence?: (number|null);
paragraphs
paragraphs?: (google.cloud.vision.v1p1beta1.IParagraph[]|null);
property
property?: (google.cloud.vision.v1p1beta1.TextAnnotation.ITextProperty|null);
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface protos.google.cloud.vision.v1p1beta1.IBlock (5.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [5.2.0 (latest)](/nodejs/docs/reference/vision/latest/vision/protos.google.cloud.vision.v1p1beta1.iblock)\n- [4.3.2](/nodejs/docs/reference/vision/4.3.2/vision/protos.google.cloud.vision.v1p1beta1.iblock)\n- [4.2.1](/nodejs/docs/reference/vision/4.2.1/vision/protos.google.cloud.vision.v1p1beta1.iblock)\n- [4.0.3](/nodejs/docs/reference/vision/4.0.3/vision/protos.google.cloud.vision.v1p1beta1.iblock)\n- [3.1.3](/nodejs/docs/reference/vision/3.1.3/vision/protos.google.cloud.vision.v1p1beta1.iblock)\n- [3.0.1](/nodejs/docs/reference/vision/3.0.1/vision/protos.google.cloud.vision.v1p1beta1.iblock)\n- [2.4.2](/nodejs/docs/reference/vision/2.4.2/vision/protos.google.cloud.vision.v1p1beta1.iblock)\n- [2.3.8](/nodejs/docs/reference/vision/2.3.8/vision/protos.google.cloud.vision.v1p1beta1.iblock) \nProperties of a Block.\n\nPackage\n-------\n\n[@google-cloud/vision](../overview.html)\n\nProperties\n----------\n\n### blockType\n\n blockType?: (google.cloud.vision.v1p1beta1.Block.BlockType|keyof typeof google.cloud.vision.v1p1beta1.Block.BlockType|null);\n\nBlock blockType\n\n### boundingBox\n\n boundingBox?: (google.cloud.vision.v1p1beta1.IBoundingPoly|null);\n\nBlock boundingBox\n\n### confidence\n\n confidence?: (number|null);\n\nBlock confidence\n\n### paragraphs\n\n paragraphs?: (google.cloud.vision.v1p1beta1.IParagraph[]|null);\n\nBlock paragraphs\n\n### property\n\n property?: (google.cloud.vision.v1p1beta1.TextAnnotation.ITextProperty|null);\n\nBlock property"]]