FirebaseMLVision Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
VisionBarcodeEmailType
enum VisionBarcodeEmailType : Int
@enum VisionBarcodeEmailType
Email type for VisionBarcodeEmail.
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.
[null,null,["Last updated 2021-02-11 UTC."],[],[],null,["VisionBarcodeEmailType \n\n enum VisionBarcodeEmailType : Int\n\n@enum VisionBarcodeEmailType\nEmail type for VisionBarcodeEmail.\n- `\n ``\n ``\n `\n\n [unknown](#/c:@E@FIRVisionBarcodeEmailType@FIRVisionBarcodeEmailTypeUnknown)`\n ` \n Unknown email type. \n\n Declaration \n Swift \n\n case unknown = 0\n\n- `\n ``\n ``\n `\n\n [work](#/c:@E@FIRVisionBarcodeEmailType@FIRVisionBarcodeEmailTypeWork)`\n ` \n Barcode work email type. \n\n Declaration \n Swift \n\n case work = 1\n\n- `\n ``\n ``\n `\n\n [home](#/c:@E@FIRVisionBarcodeEmailType@FIRVisionBarcodeEmailTypeHome)`\n ` \n Barcode home email type. \n\n Declaration \n Swift \n\n case home = 2"]]