Share via


TextSpanAnnotatedRegion.StartIndex Property

Definition

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

Applies to