Dropbox .NET SDK
Show / Hide Table of Contents

Class GetTranscriptResult

The get transcript result object

Inheritance
object
GetTranscriptResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class GetTranscriptResult

Constructors

View Source

GetTranscriptResult(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 Source

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.

Declaration
public ApiStructuredTranscript StructuredTranscript { get; protected set; }
Property Value
Type Description
ApiStructuredTranscript
  • View Source
In this article
Back to top Dropbox .NET SDK