Table of Contents

Class TextDetector

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("TextDetector")]
public class TextDetector
Inheritance
TextDetector
Inherited Members

Constructors

TextDetector()

public TextDetector()

Methods

Detect(Union93)

[Value("detect")]
public Task<List<DetectedText>> Detect(Union93 image)

Parameters

image Union93

Returns

Task<List<DetectedText>>