Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SchemaTextSegment

The text segment inside of DataItem.

Inheritance
object
GoogleCloudAiplatformV1SchemaTextSegment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaTextSegment : IDirectResponseSchema

Properties

Content

The text content in the segment for output only.

Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndOffset

Zero-based character index of the first character past the end of the text segment (counting character from the beginning of the text). The character at the end_offset is NOT included in the text segment.

Declaration
[JsonProperty("endOffset")]
public virtual ulong? EndOffset { get; set; }
Property Value
Type Description
ulong?

StartOffset

Zero-based character index of the first character of the text segment (counting characters from the beginning of the text).

Declaration
[JsonProperty("startOffset")]
public virtual ulong? StartOffset { get; set; }
Property Value
Type Description
ulong?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX