FieldValue.AsSelectionMarkState Method
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.
Gets the value of the field as a SelectionMarkState.
public Azure.AI.FormRecognizer.Models.SelectionMarkState AsSelectionMarkState ();
member this.AsSelectionMarkState : unit -> Azure.AI.FormRecognizer.Models.SelectionMarkState
Public Function AsSelectionMarkState () As SelectionMarkState
Returns
The value of the field converted to SelectionMarkState.
Exceptions
Thrown when ValueType is not SelectionMark.
Remarks
This method is only available for V2_1 and newer.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET