optical_char_recognition

package
v2.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package optical_char_recognition code generated by lark suite oapi sdk gen

Package optical_char_recognition code generated by lark suite oapi sdk gen

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageBasicRecognizeReq

type ImageBasicRecognizeReq struct {
	Body *ImageBasicRecognizeReqBody `body:""`
}

type ImageBasicRecognizeReqBody

type ImageBasicRecognizeReqBody struct {
	Image *string `json:"image,omitempty"`
}

type ImageBasicRecognizeResp

type ImageBasicRecognizeResp struct {
	*lark.RawResponse `json:"-"`
	lark.CodeError
	Data *ImageBasicRecognizeRespData `json:"data"`
}

type ImageBasicRecognizeRespData

type ImageBasicRecognizeRespData struct {
	TextList []string `json:"text_list,omitempty"`
}

type OpticalCharRecognitionService

type OpticalCharRecognitionService struct {
	Image *image
}

func New

func New(app *lark.App) *OpticalCharRecognitionService

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL