DocumentBarcode クラス
バーコード オブジェクト。
- 継承
-
builtins.objectDocumentBarcode
コンストラクター
DocumentBarcode(**kwargs: Any)
メソッド
from_dict |
DocumentBarcode の図形のディクテーションをモデル自体に変換します。 |
to_dict |
DocumentBarcode の dict 表現を返します。 |
from_dict
DocumentBarcode の図形のディクテーションをモデル自体に変換します。
from_dict(data: Dict[str, Any]) -> DocumentBarcode
パラメーター
名前 | 説明 |
---|---|
data
必須
|
DocumentBarcode の図形のディクショナリ。 |
戻り値
型 | 説明 |
---|---|
DocumentBarcode |
to_dict
属性
confidence
バーコードを正しく抽出する信頼性。
confidence: float
kind
バーコードの種類。 既知の値は、"QRCode"、"PDF417"、"UPCA"、"UPCE"、"Code39"、"Code128"、"EAN8"、"EAN13"、"DataBar"、"Code93"、"Codabar"、"DataBarExpanded"、"ITF"、"MicroQRCode"、"Aztec"、"DataMatrix"、"MaxiCode" です。
kind: Literal['QRCode', 'PDF417', 'UPCA', 'UPCE', 'Code39', 'Code128', 'EAN8', 'EAN13', 'DataBar', 'Code93', 'Codabar', 'DataBarExpanded', 'ITF', 'MicroQRCode', 'Aztec', 'DataMatrix', 'MaxiCode']
polygon
バーコードの境界ポリゴン。
polygon: Sequence[Point]
span
読み取り順序の連結されたコンテンツ内のバーコードの場所。
span: DocumentSpan
value
バーコード値。
value: str
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python