Preparing search index...
The search index is not available
iink-ts - v3.0.1
iink-ts
RecognizerWebSocketConfiguration
Class RecognizerWebSocketConfiguration
Implements
TRecognizerWebSocketConfiguration
Index
Constructors
constructor
Properties
recognition
server
Constructors
constructor
new
RecognizerWebSocketConfiguration
(
configuration
?:
{
recognition
?:
{
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
?:
(...)
|
(...)
}
}
;
}
;
gesture
?:
{
enable
?:
boolean
;
ignoreGestureStrokes
?:
boolean
}
;
lang
?:
string
;
"raw-content"
?:
{
classification
?:
{
types
?:
((...)
|
(...)
|
(...))
[]
}
;
gestures
?:
(
|
undefined
|
"join"
|
"surround"
|
"underline"
|
"insert"
|
"scratch-out"
|
"strike-through"
)
[]
;
recognition
?:
{
types
?:
((...)
|
(...)
|
(...))
[]
}
;
"session-time"
?:
number
;
text
?:
{
addLKText
?:
boolean
;
customLexicon
?:
((...)
|
(...))
[]
;
customResources
?:
((...)
|
(...))
[]
;
}
;
}
;
}
;
server
?:
{
applicationKey
?:
string
;
hmacKey
?:
string
;
host
?:
string
;
scheme
?:
TScheme
;
version
?:
string
;
websocket
?:
{
autoReconnect
?:
boolean
;
fileChunkSize
?:
number
;
maxPingLostCount
?:
number
;
maxRetryCount
?:
number
;
pingDelay
?:
number
;
pingEnabled
?:
boolean
;
}
;
}
;
}
,
)
:
RecognizerWebSocketConfiguration
Parameters
Optional
configuration
:
{
recognition
?:
{
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
?:
(...)
|
(...)
}
}
;
}
;
gesture
?:
{
enable
?:
boolean
;
ignoreGestureStrokes
?:
boolean
}
;
lang
?:
string
;
"raw-content"
?:
{
classification
?:
{
types
?:
((...)
|
(...)
|
(...))
[]
}
;
gestures
?:
(
|
undefined
|
"join"
|
"surround"
|
"underline"
|
"insert"
|
"scratch-out"
|
"strike-through"
)
[]
;
recognition
?:
{
types
?:
((...)
|
(...)
|
(...))
[]
}
;
"session-time"
?:
number
;
text
?:
{
addLKText
?:
boolean
;
customLexicon
?:
((...)
|
(...))
[]
;
customResources
?:
((...)
|
(...))
[]
;
}
;
}
;
}
;
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
RecognizerWebSocketConfiguration
Properties
recognition
recognition
:
TRecognitionWebSocketConfiguration
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...