Dropbox .NET SDK
Show / Hide Table of Contents

Class GetOcrAsyncCheckResult.Complete

The complete object

Inheritance
object
GetOcrAsyncCheckResult
GetOcrAsyncCheckResult.Complete
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.Complete : GetOcrAsyncCheckResult

Constructors

View Source

Complete(GetOcrResult)

Initializes a new instance of the GetOcrAsyncCheckResult.Complete class.

Declaration
public Complete(GetOcrResult value)
Parameters
Type Name Description
GetOcrResult value

The value

Properties

View Source

Value

Gets the value of this instance.

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