Preparing search index...
The search index is not available
iink-ts - v3.0.1
iink-ts
RecognizerWebSocketSSRConfiguration
Class RecognizerWebSocketSSRConfiguration
Implements
TRecognizerWebSocketSSRConfiguration
Index
Constructors
constructor
Properties
recognition
server
Constructors
constructor
new
RecognizerWebSocketSSRConfiguration
(
configuration
?:
{
recognition
?:
{
convert
?:
{
force
?:
{
"on-stylesheet-change"
?:
boolean
}
}
;
export
?:
{
image
?:
{
guides
?:
boolean
;
viewport
?:
{
height
?:
(...)
|
(...)
;
width
?:
(...)
|
(...)
;
x
?:
(...)
|
(...)
;
y
?:
(...)
|
(...)
;
}
;
}
;
"image-resolution"
?:
number
;
jiix
?:
{
"bounding-box"
?:
boolean
;
"full-stroke-ids"
?:
boolean
;
ids
?:
boolean
;
strokes
?:
boolean
;
style
?:
boolean
;
text
?:
{
chars
?:
(...)
|
(...)
|
(...)
;
lines
?:
(...)
|
(...)
|
(...)
;
words
?:
(...)
|
(...)
|
(...)
;
}
;
}
;
mathml
?:
{
flavor
?:
{
name
?:
(...)
|
(...)
}
}
;
}
;
lang
?:
string
;
math
?:
{
customGrammar
?:
string
;
customGrammarContent
?:
string
;
customGrammarId
?:
string
;
eraser
?:
{
"erase-precisely"
?:
boolean
}
;
margin
?:
{
bottom
?:
number
;
left
?:
number
;
right
?:
number
;
top
?:
number
;
}
;
mimeTypes
?:
(
|
undefined
|
"application/vnd.myscript.jiix"
|
"application/x-latex"
|
"application/mathml+xml"
)
[]
;
"recognition-timeout"
?:
number
;
"session-time"
?:
number
;
solver
?:
{
"angle-unit"
?:
TAngleUnit
;
"decimal-separator"
?:
string
;
enable
?:
boolean
;
"fractional-part-digits"
?:
number
;
options
?:
TSolverOptions
;
"rounding-mode"
?:
TRoundingMode
;
}
;
"undo-redo"
?:
{
mode
?:
TUndoRedoMode
}
;
}
;
renderer
?:
{
debug
?:
{
"draw-image-boxes"
?:
boolean
;
"draw-text-boxes"
?:
boolean
}
;
}
;
text
?:
{
configuration
?:
{
addLKText
?:
boolean
;
customLexicon
?:
((...)
|
(...))
[]
;
customResources
?:
((...)
|
(...))
[]
;
}
;
eraser
?:
{
"erase-precisely"
?:
boolean
}
;
guides
?:
{
enable
?:
boolean
}
;
margin
?:
{
bottom
?:
number
;
left
?:
number
;
right
?:
number
;
top
?:
number
;
}
;
mimeTypes
?:
(
undefined
|
"text/plain"
|
"application/vnd.myscript.jiix"
)
[]
;
text
?:
boolean
;
}
;
type
?:
{
readonly
[
key
:
number
]:
undefined
|
string
}
;
}
;
server
?:
{
applicationKey
?:
string
;
hmacKey
?:
string
;
host
?:
string
;
scheme
?:
TScheme
;
version
?:
string
;
websocket
?:
{
autoReconnect
?:
boolean
;
fileChunkSize
?:
number
;
maxPingLostCount
?:
number
;
maxRetryCount
?:
number
;
pingDelay
?:
number
;
pingEnabled
?:
boolean
;
}
;
}
;
}
,
)
:
RecognizerWebSocketSSRConfiguration
Parameters
Optional
configuration
:
{
recognition
?:
{
convert
?:
{
force
?:
{
"on-stylesheet-change"
?:
boolean
}
}
;
export
?:
{
image
?:
{
guides
?:
boolean
;
viewport
?:
{
height
?:
(...)
|
(...)
;
width
?:
(...)
|
(...)
;
x
?:
(...)
|
(...)
;
y
?:
(...)
|
(...)
;
}
;
}
;
"image-resolution"
?:
number
;
jiix
?:
{
"bounding-box"
?:
boolean
;
"full-stroke-ids"
?:
boolean
;
ids
?:
boolean
;
strokes
?:
boolean
;
style
?:
boolean
;
text
?:
{
chars
?:
(...)
|
(...)
|
(...)
;
lines
?:
(...)
|
(...)
|
(...)
;
words
?:
(...)
|
(...)
|
(...)
;
}
;
}
;
mathml
?:
{
flavor
?:
{
name
?:
(...)
|
(...)
}
}
;
}
;
lang
?:
string
;
math
?:
{
customGrammar
?:
string
;
customGrammarContent
?:
string
;
customGrammarId
?:
string
;
eraser
?:
{
"erase-precisely"
?:
boolean
}
;
margin
?:
{
bottom
?:
number
;
left
?:
number
;
right
?:
number
;
top
?:
number
}
;
mimeTypes
?:
(
|
undefined
|
"application/vnd.myscript.jiix"
|
"application/x-latex"
|
"application/mathml+xml"
)
[]
;
"recognition-timeout"
?:
number
;
"session-time"
?:
number
;
solver
?:
{
"angle-unit"
?:
TAngleUnit
;
"decimal-separator"
?:
string
;
enable
?:
boolean
;
"fractional-part-digits"
?:
number
;
options
?:
TSolverOptions
;
"rounding-mode"
?:
TRoundingMode
;
}
;
"undo-redo"
?:
{
mode
?:
TUndoRedoMode
}
;
}
;
renderer
?:
{
debug
?:
{
"draw-image-boxes"
?:
boolean
;
"draw-text-boxes"
?:
boolean
}
;
}
;
text
?:
{
configuration
?:
{
addLKText
?:
boolean
;
customLexicon
?:
((...)
|
(...))
[]
;
customResources
?:
((...)
|
(...))
[]
;
}
;
eraser
?:
{
"erase-precisely"
?:
boolean
}
;
guides
?:
{
enable
?:
boolean
}
;
margin
?:
{
bottom
?:
number
;
left
?:
number
;
right
?:
number
;
top
?:
number
}
;
mimeTypes
?:
(
undefined
|
"text/plain"
|
"application/vnd.myscript.jiix"
)
[]
;
text
?:
boolean
;
}
;
type
?:
{
readonly
[
key
:
number
]:
undefined
|
string
}
;
}
;
server
?:
{
applicationKey
?:
string
;
hmacKey
?:
string
;
host
?:
string
;
scheme
?:
TScheme
;
version
?:
string
;
websocket
?:
{
autoReconnect
?:
boolean
;
fileChunkSize
?:
number
;
maxPingLostCount
?:
number
;
maxRetryCount
?:
number
;
pingDelay
?:
number
;
pingEnabled
?:
boolean
;
}
;
}
;
}
Returns
RecognizerWebSocketSSRConfiguration
Properties
recognition
recognition
:
TRecognizerWebSocketSSRRecognitionConfiguration
server
server
:
TServerWebsocketConfiguration
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
recognition
server
iink-ts - v3.0.1
Loading...