Class GroundingSupportSegment
segment within groundingSupport.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class GroundingSupportSegment
Properties
EndIndex
Declaration
[JsonProperty(PropertyName = "endIndex")]
public int? EndIndex { get; set; }
Property Value
Type | Description |
---|---|
int? | The end index |
StartIndex
Declaration
[JsonProperty(PropertyName = "startIndex")]
public int? StartIndex { get; set; }
Property Value
Type | Description |
---|---|
int? | The start index |
Text
Declaration
[JsonProperty(PropertyName = "text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string | the text in the segment |