Sdílet prostřednictvím


DocumentSelectionMarkState Struct

Definition

State of the selection mark.

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

Constructors

DocumentSelectionMarkState(String)

Initializes a new instance of DocumentSelectionMarkState.

Properties

Selected

The selection mark is selected, often indicated by a check ✓ or cross X inside the selection mark.

Unselected

The selection mark is not selected.

Methods

Equals(DocumentSelectionMarkState)

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(DocumentSelectionMarkState, DocumentSelectionMarkState)

Determines if two DocumentSelectionMarkState values are the same.

Implicit(String to DocumentSelectionMarkState)

Converts a string to a DocumentSelectionMarkState.

Inequality(DocumentSelectionMarkState, DocumentSelectionMarkState)

Determines if two DocumentSelectionMarkState values are not the same.

Applies to