public sealed class DetectedBarcode : IMessage<Document.Types.Page.Types.DetectedBarcode>, IEquatable<Document.Types.Page.Types.DetectedBarcode>, IDeepCloneable<Document.Types.Page.Types.DetectedBarcode>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Page.Types.DetectedBarcode.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `DetectedBarcode` class within the Google Cloud Document AI v1 API, specifically for the .NET environment, spanning versions 1.0.0 to the latest 3.19.0."],["The `DetectedBarcode` class is a data structure that represents a detected barcode, inheriting from the `Object` class and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DetectedBarcode` class has two constructors, a default and another that accepts an existing `Document.Types.Page.Types.DetectedBarcode` object."],["Key properties of the `DetectedBarcode` class include `Barcode`, which stores detailed barcode information, and `Layout`, which describes the spatial layout of the detected barcode within a document page."],["The documentation also outlines inherited members from the `Object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]