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

    Type Alias TRecognizerHTTPV1PostData

    type TRecognizerHTTPV1PostData = {
        configuration: TRecognizerHTTPV1PostConfiguration;
        contentType: string;
        conversionState?: TConverstionState;
        height: number;
        strokeGroups: TStrokeGroupToSend[];
        width: number;
        xDPI: number;
        yDPI: number;
    }
    Index

    Properties

    contentType: string
    conversionState?: TConverstionState
    height: number
    strokeGroups: TStrokeGroupToSend[]
    width: number
    xDPI: number
    yDPI: number