Class GoogleCloudDocumentaiV1beta2DocumentPageDetectedBarcode
A detected barcode.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta2.Data
Assembly: Google.Apis.Document.v1beta2.dll
Syntax
public class GoogleCloudDocumentaiV1beta2DocumentPageDetectedBarcode : IDirectResponseSchema
Properties
Barcode
Detailed barcode information of the DetectedBarcode.
Declaration
[JsonProperty("barcode")]
public virtual GoogleCloudDocumentaiV1beta2Barcode Barcode { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta2Barcode |
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 GoogleCloudDocumentaiV1beta2DocumentPageLayout Layout { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta2DocumentPageLayout |