Share via


DocumentSignatureType Struct

Definition

Presence of signature.

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

Constructors

DocumentSignatureType(String)

Initializes a new instance of DocumentSignatureType.

Properties

Signed

A signature is detected.

Unsigned

No signatures are detected.

Methods

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

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