Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseClientAPI ¶
type BaseClientAPI interface { GetReadResult(ctx context.Context, operationID uuid.UUID) (result computervision.ReadOperationResult, err error) Read(ctx context.Context, imageURL computervision.ImageURL, language computervision.OcrDetectionLanguage) (result autorest.Response, err error) ReadInStream(ctx context.Context, imageParameter io.ReadCloser, language computervision.OcrDetectionLanguage) (result autorest.Response, err error) }
BaseClientAPI contains the set of methods on the BaseClient type.
Click to show internal directories.
Click to hide internal directories.