Class ApiStructuredTranscript
Structured transcript for APIv2
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class ApiStructuredTranscript
Constructors
View SourceApiStructuredTranscript(IEnumerable<ApiTranscriptSegment>, string)
Initializes a new instance of the ApiStructuredTranscript class.
Declaration
public ApiStructuredTranscript(IEnumerable<ApiTranscriptSegment> segments = null, string transcriptLocale = "")
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<ApiTranscriptSegment> | segments | The segments |
| string | transcriptLocale | The transcript locale |
Properties
View SourceSegments
Gets the segments of the api structured transcript
Declaration
public IList<ApiTranscriptSegment> Segments { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ApiTranscriptSegment> |
TranscriptLocale
Gets the transcript locale of the api structured transcript
Declaration
public string TranscriptLocale { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |