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

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