Table of Contents

Class Segment

public class Segment
Inheritance
object
Segment

Properties

EndIndex

Output only. End index in the given Part, measured in bytes. Offset from the start of the Part, exclusive, starting at zero.

public int EndIndex { get; set; }

Property Value

int

PartIndex

Output only. The index of a Part object within its parent Content object.

public int PartIndex { get; set; }

Property Value

int

StartIndex

Output only. Start index in the given Part, measured in bytes. Offset from the start of the Part, inclusive, starting at zero.

public int StartIndex { get; set; }

Property Value

int

Text

Output only. The text corresponding to the segment from the response.

public string Text { get; set; }

Property Value

string