Class GoogleCloudAiplatformV1beta1Segment
Segment of the content.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1Segment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndIndex
Output only. End index in the given Part, measured in bytes. Offset from the start of the Part, exclusive, starting at zero.
Declaration
[JsonProperty("endIndex")]
public virtual int? EndIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
PartIndex
Output only. The index of a Part object within its parent Content object.
Declaration
[JsonProperty("partIndex")]
public virtual int? PartIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
StartIndex
Output only. Start index in the given Part, measured in bytes. Offset from the start of the Part, inclusive, starting at zero.
Declaration
[JsonProperty("startIndex")]
public virtual int? StartIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
Text
Output only. The text corresponding to the segment from the response.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type | Description |
---|---|
string |