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

DocumentSignatureType Struct

Definition

Presence of signature.

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

Constructors

Name Description
DocumentSignatureType(String)

Initializes a new instance of DocumentSignatureType.

Properties

Name Description
Signed

A signature is detected.

Unsigned

No signatures are detected.

Methods

Name Description
Equals(DocumentSignatureType)

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

Name Description
Equality(DocumentSignatureType, DocumentSignatureType)

Determines if two DocumentSignatureType values are the same.

Implicit(String to DocumentSignatureType)

Converts a string to a DocumentSignatureType.

Inequality(DocumentSignatureType, DocumentSignatureType)

Determines if two DocumentSignatureType values are not the same.

Applies to