Dropbox .NET SDK
Show / Hide Table of Contents

Class GetTextAsyncCheckResult.Failed

The failed object

Inheritance
object
GetTextAsyncCheckResult
GetTextAsyncCheckResult.Failed
Inherited Members
GetTextAsyncCheckResult.IsInProgress
GetTextAsyncCheckResult.AsInProgress
GetTextAsyncCheckResult.IsComplete
GetTextAsyncCheckResult.AsComplete
GetTextAsyncCheckResult.IsFailed
GetTextAsyncCheckResult.AsFailed
GetTextAsyncCheckResult.IsOther
GetTextAsyncCheckResult.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public sealed class GetTextAsyncCheckResult.Failed : GetTextAsyncCheckResult

Constructors

View Source

Failed(TextExtractionApiV2Error)

Initializes a new instance of the GetTextAsyncCheckResult.Failed class.

Declaration
public Failed(TextExtractionApiV2Error value)
Parameters
Type Name Description
TextExtractionApiV2Error value

The value

Properties

View Source

Value

Gets the value of this instance.

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