Show / Hide Table of Contents

Class GroundingSupportSegment

segment within groundingSupport.

Inheritance
object
GroundingSupportSegment
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top