Dropbox .NET SDK
Show / Hide Table of Contents

Class TimestampLevel

Granularity of the time offsets returned for each transcript segment.

Inheritance
object
TimestampLevel
TimestampLevel.Other
TimestampLevel.Sentence
TimestampLevel.Word
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 TimestampLevel

Constructors

View Source

TimestampLevel()

Initializes a new instance of the TimestampLevel class.

Declaration
public TimestampLevel()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public TimestampLevel.Other AsOther { get; }
Property Value
Type Description
TimestampLevel.Other
View Source

AsSentence

Gets this instance as a Sentence, or null.

Declaration
public TimestampLevel.Sentence AsSentence { get; }
Property Value
Type Description
TimestampLevel.Sentence
View Source

AsWord

Gets this instance as a Word, or null.

Declaration
public TimestampLevel.Word AsWord { get; }
Property Value
Type Description
TimestampLevel.Word
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsSentence

Gets a value indicating whether this instance is Sentence

Declaration
public bool IsSentence { get; }
Property Value
Type Description
bool
View Source

IsWord

Gets a value indicating whether this instance is Word

Declaration
public bool IsWord { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK