Table of Contents

Class HandwritingPrediction

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

Constructors

HandwritingPrediction()

public HandwritingPrediction()

Fields

SegmentationResult

[Value("segmentationResult")]
public List<HandwritingSegment> SegmentationResult

Field Value

List<HandwritingSegment>

Text

[Value("text")]
public required string Text

Field Value

string