TextSpanAnnotatedRegion.EndIndex Propriedade

Definição

Obtém ou define o índice final de carácter (exclusivo) do intervalo anotado no 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)

Valor de Propriedade

Atributos

Aplica-se a