TextSpanAnnotatedRegion.EndIndex Property
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 or sets the end character index (exclusive) of the annotated span in the AIContent.
public:
property Nullable<int> EndIndex { Nullable<int> get(); void set(Nullable<int> value); };
[System.Text.Json.Serialization.JsonPropertyName("end")]
public int? EndIndex { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("end")>]
member this.EndIndex : Nullable<int> with get, set
Public Property EndIndex As Nullable(Of Integer)
Property Value
- Attributes