Class ApiTranscriptSegment
Transcript segment for APIv2
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class ApiTranscriptSegment
Constructors
View SourceApiTranscriptSegment(string, double, double)
Initializes a new instance of the ApiTranscriptSegment class.
Declaration
public ApiTranscriptSegment(string text = "", double startTime = 0, double endTime = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | The text |
| double | startTime | The start time |
| double | endTime | The end time |
Properties
View SourceEndTime
Gets the end time of the api transcript segment
Declaration
public double EndTime { get; protected set; }
Property Value
| Type | Description |
|---|---|
| double |
StartTime
Gets the start time of the api transcript segment
Declaration
public double StartTime { get; protected set; }
Property Value
| Type | Description |
|---|---|
| double |
Text
Gets the text of the api transcript segment
Declaration
public string Text { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |