Dropbox .NET SDK
Show / Hide Table of Contents

Class GetOcrAsyncCheckResult.Failed

The failed object

Inheritance
object
GetOcrAsyncCheckResult
GetOcrAsyncCheckResult.Failed
Inherited Members
GetOcrAsyncCheckResult.IsInProgress
GetOcrAsyncCheckResult.AsInProgress
GetOcrAsyncCheckResult.IsComplete
GetOcrAsyncCheckResult.AsComplete
GetOcrAsyncCheckResult.IsFailed
GetOcrAsyncCheckResult.AsFailed
GetOcrAsyncCheckResult.IsOther
GetOcrAsyncCheckResult.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 GetOcrAsyncCheckResult.Failed : GetOcrAsyncCheckResult

Constructors

View Source

Failed(OcrExtractionApiV2Error)

Initializes a new instance of the GetOcrAsyncCheckResult.Failed class.

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

The value

Properties

View Source

Value

Gets the value of this instance.

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