Class GetTranscriptResult
The get transcript result object
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class GetTranscriptResult
Constructors
View SourceGetTranscriptResult(ApiStructuredTranscript)
Initializes a new instance of the GetTranscriptResult class.
Declaration
public GetTranscriptResult(ApiStructuredTranscript structuredTranscript = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ApiStructuredTranscript | structuredTranscript | The structured transcript produced for the requested media asset, with per-segment text, start/end offsets (in seconds from the beginning of the media), and the detected or caller-supplied locale. |
Properties
View SourceStructuredTranscript
The structured transcript produced for the requested media asset, with per-segment text, start/end offsets (in seconds from the beginning of the media), and the detected or caller-supplied locale.
Declaration
public ApiStructuredTranscript StructuredTranscript { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ApiStructuredTranscript |