Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3DocumentPageDetectedBarcode

A detected barcode.

Inheritance
object
GoogleCloudDocumentaiV1beta3DocumentPageDetectedBarcode
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentPageDetectedBarcode : IDirectResponseSchema

Properties

Barcode

Detailed barcode information of the DetectedBarcode.

Declaration
[JsonProperty("barcode")]
public virtual GoogleCloudDocumentaiV1beta3Barcode Barcode { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3Barcode

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Layout

Layout for DetectedBarcode.

Declaration
[JsonProperty("layout")]
public virtual GoogleCloudDocumentaiV1beta3DocumentPageLayout Layout { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3DocumentPageLayout

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX