Class Segment
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class Segment
Properties
| Edit this page View SourceEndIndex
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 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 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 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 string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |