DocumentSelectionMarkState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |