你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DocumentContentSourceKind Struct

Definition

Document content source kind.

public readonly struct DocumentContentSourceKind : IEquatable<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentContentSourceKind>
type DocumentContentSourceKind = struct
Public Structure DocumentContentSourceKind
Implements IEquatable(Of DocumentContentSourceKind)
Inheritance
DocumentContentSourceKind
Implements

Constructors

DocumentContentSourceKind(String)

Initializes a new instance of DocumentContentSourceKind.

Properties

Blob

Data matrix code, as defined in ISO/IEC 16022:2006.

BlobFileList

MaxiCode, as defined in ISO/IEC 16023:2000.

Methods

Equals(DocumentContentSourceKind)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DocumentContentSourceKind, DocumentContentSourceKind)

Determines if two DocumentContentSourceKind values are the same.

Implicit(String to DocumentContentSourceKind)

Converts a string to a DocumentContentSourceKind.

Inequality(DocumentContentSourceKind, DocumentContentSourceKind)

Determines if two DocumentContentSourceKind values are not the same.

Applies to