Class GetTextResult
The get text result object
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class GetTextResult
Constructors
View SourceGetTextResult(string)
Initializes a new instance of the GetTextResult class.
Declaration
public GetTextResult(string text = "")
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | The plain-text content extracted from the document. For multi-page documents the text is concatenated in document order. May be empty when no text is detected in the source. |
Properties
View SourceText
The plain-text content extracted from the document. For multi-page documents the text is concatenated in document order. May be empty when no text is detected in the source.
Declaration
public string Text { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |