FirebaseMLVision Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
VisionDocumentTextBlockType
enum VisionDocumentTextBlockType : Int
@enum VisionDocumentTextBlockType
An enum of document text block types.
-
Unknown document text block type.
-
Barcode document text block type.
-
Image document text block type.
-
Horizontal/vertical line box document text block type.
-
Table document text block type.
-
Regular document text block type.
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 2021-02-11 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 2021-02-11 UTC."],[],[],null,["# FirebaseMLVision Framework Reference\n\nVisionDocumentTextBlockType\n===========================\n\n enum VisionDocumentTextBlockType : Int\n\n@enum VisionDocumentTextBlockType\nAn enum of document text block types.\n- `\n ``\n ``\n `\n\n ### [unknown](#/c:@E@FIRVisionDocumentTextBlockType@FIRVisionDocumentTextBlockTypeUnknown)\n\n `\n ` \n Unknown document text block type. \n\n #### Declaration\n\n Swift \n\n case unknown = 0\n\n- `\n ``\n ``\n `\n\n ### [barcode](#/c:@E@FIRVisionDocumentTextBlockType@FIRVisionDocumentTextBlockTypeBarcode)\n\n `\n ` \n Barcode document text block type. \n\n #### Declaration\n\n Swift \n\n case barcode = 1\n\n- `\n ``\n ``\n `\n\n ### [picture](#/c:@E@FIRVisionDocumentTextBlockType@FIRVisionDocumentTextBlockTypePicture)\n\n `\n ` \n Image document text block type. \n\n #### Declaration\n\n Swift \n\n case picture = 2\n\n- `\n ``\n ``\n `\n\n ### [ruler](#/c:@E@FIRVisionDocumentTextBlockType@FIRVisionDocumentTextBlockTypeRuler)\n\n `\n ` \n Horizontal/vertical line box document text block type. \n\n #### Declaration\n\n Swift \n\n case ruler = 3\n\n- `\n ``\n ``\n `\n\n ### [table](#/c:@E@FIRVisionDocumentTextBlockType@FIRVisionDocumentTextBlockTypeTable)\n\n `\n ` \n Table document text block type. \n\n #### Declaration\n\n Swift \n\n case table = 4\n\n- `\n ``\n ``\n `\n\n ### [text](#/c:@E@FIRVisionDocumentTextBlockType@FIRVisionDocumentTextBlockTypeText)\n\n `\n ` \n Regular document text block type. \n\n #### Declaration\n\n Swift \n\n case text = 5"]]