DocumentBarcodeKind 構造体

定義

バーコードの種類。

public readonly struct DocumentBarcodeKind : IEquatable<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentBarcodeKind>
type DocumentBarcodeKind = struct
Public Structure DocumentBarcodeKind
Implements IEquatable(Of DocumentBarcodeKind)
継承
DocumentBarcodeKind
実装

コンストラクター

DocumentBarcodeKind(String)

DocumentBarcodeKind の新しいインスタンスを初期化します。

プロパティ

Aztec

ISO/IEC 24778:2008 で定義されている Aztec コード。

Codabar

ANSI/AIM BC3-1995 で定義されている Codabar バーコード。

Code128

ISO/IEC 15417:2007 で定義されているコード 128 バーコード。

Code39

ISO/IEC 16388:2007 で定義されているコード 39 バーコード。

Code93

ANSI/AIM BC5-1995 で定義されているコード 93 バーコード。

DataBar

GS1 DataBar バーコード。

DataBarExpanded

GS1 DataBar 拡張バーコード。

DataMatrix

ISO/IEC 16022:2006 で定義されているデータ マトリックス コード。

Ean13

GS1 13 桁の国際商品番号 (ヨーロッパの記事番号)。

Ean8

GS1 8 桁の国際商品番号 (ヨーロッパの記事番号)。

Itf

ANSI/AIM BC2-1995 で定義されているように、5 バーコードのインターリーブ 2。

MaxiCode

MaxiCode。ISO/IEC 16023:2000 で定義されています。

MicroQrCode

ISO/IEC 23941:2022 で定義されているマイクロ QR コード。

Pdf417

ISO 15438 で定義されている PDF417。

QrCode

ISO/IEC 18004:2015 で定義されている QR コード。

Upca

GS1 12 桁のユニバーサル製品コード。

Upce

GS1 6 桁のユニバーサル製品コード。

メソッド

Equals(DocumentBarcodeKind)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(DocumentBarcodeKind, DocumentBarcodeKind)

2 つの DocumentBarcodeKind 値が同じかどうかを判断します。

Implicit(String to DocumentBarcodeKind)

文字列を DocumentBarcodeKind に変換します。

Inequality(DocumentBarcodeKind, DocumentBarcodeKind)

2 つの DocumentBarcodeKind 値が同じでないかどうかを判断します。

適用対象