Dropbox .NET SDK
Show / Hide Table of Contents

Class ApiStructuredTranscript

Structured transcript for APIv2

Inheritance
object
ApiStructuredTranscript
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 ApiStructuredTranscript

Constructors

View Source

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

Segments

Gets the segments of the api structured transcript

Declaration
public IList<ApiTranscriptSegment> Segments { get; protected set; }
Property Value
Type Description
IList<ApiTranscriptSegment>
View Source

TranscriptLocale

Gets the transcript locale of the api structured transcript

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