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