Table of Contents

Class DetectedText

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class DetectedText
Inheritance
DetectedText
Inherited Members

Constructors

DetectedText()

public DetectedText()

Fields

BoundingBox

[Value("boundingBox")]
public required DOMRectReadOnly BoundingBox

Field Value

DOMRectReadOnly

CornerPoints

[Value("cornerPoints")]
public required List<Point2D> CornerPoints

Field Value

List<Point2D>

RawValue

[Value("rawValue")]
public required string RawValue

Field Value

string