Dropbox .NET SDK
Show / Hide Table of Contents

Class MediaDurationError

The media duration error object

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

Constructors

View Source

MediaDurationError(int)

Initializes a new instance of the MediaDurationError class.

Declaration
public MediaDurationError(int limit = 0)
Parameters
Type Name Description
int limit

The maximum supported duration, in seconds, of the audio to transcribe.

Properties

View Source

Limit

The maximum supported duration, in seconds, of the audio to transcribe.

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