iink-ts - v3.2.1
    Preparing search index...

    Type Alias TRecognizerHTTPV2PostData

    type TRecognizerHTTPV2PostData = {
        configuration: TRecognizerHTTPV2PostConfiguration;
        contentType: string;
        scaleX: number;
        scaleY: number;
        strokes: TStrokeToSend[];
    }
    Index

    Properties

    contentType: string
    scaleX: number
    scaleY: number
    strokes: TStrokeToSend[]