Scanbot SDK
Loading...
Searching...
No Matches
ScanbotSDKImageTypes.h
Go to the documentation of this file.
1// Auto-generated with ScanbotSDKCodegenV3. Modifications will be overwritten.
2// Generated from SchemasV3/CoreSchemas/schemas/ImageTypes.yaml
6
7#pragma once
8#ifndef SCANBOTSDK_IMAGETYPES_H
9#define SCANBOTSDK_IMAGETYPES_H
10
11
12#include <stdbool.h>
13#include <stddef.h>
14#include <stdint.h>
15#include <ScanbotSDKErrorCode.h>
16#include <ScanbotSDKDefs.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22
43
53
74
84
85#ifdef __cplusplus
86} /* extern "C" */
87#endif
88
89#endif /* SCANBOTSDK_IMAGETYPES_H */
ScanbotSDK Error Code C API.
scanbotsdk_error_code_t
The error codes returned by most of the Scanbot SDK functions.
Definition ScanbotSDKErrorCode.h:25
SBSDK_API scanbotsdk_error_code_t scanbotsdk_image_rotation_t_to_string(scanbotsdk_image_rotation_t value, const char **result)
Returns the string representation of the given scanbotsdk_image_rotation_t value.
scanbotsdk_image_origin_t
scanbotsdk_image_origin_t enum
Definition ScanbotSDKImageTypes.h:59
SBSDK_API scanbotsdk_error_code_t scanbotsdk_image_origin_t_to_string(scanbotsdk_image_origin_t value, const char **result)
Returns the string representation of the given scanbotsdk_image_origin_t value.
scanbotsdk_image_rotation_t
scanbotsdk_image_rotation_t enum
Definition ScanbotSDKImageTypes.h:28
@ SCANBOTSDK_IMAGE_ORIGIN_BOTTOM_RIGHT
Definition ScanbotSDKImageTypes.h:71
@ SCANBOTSDK_IMAGE_ORIGIN_TOP_LEFT
Definition ScanbotSDKImageTypes.h:62
@ SCANBOTSDK_IMAGE_ORIGIN_TOP_RIGHT
Definition ScanbotSDKImageTypes.h:65
@ SCANBOTSDK_IMAGE_ORIGIN_BOTTOM_LEFT
Definition ScanbotSDKImageTypes.h:68
@ SCANBOTSDK_IMAGE_ROTATION_CLOCKWISE_90
Definition ScanbotSDKImageTypes.h:34
@ SCANBOTSDK_IMAGE_ROTATION_COUNTERCLOCKWISE_90
Definition ScanbotSDKImageTypes.h:40
@ SCANBOTSDK_IMAGE_ROTATION_NONE
Definition ScanbotSDKImageTypes.h:31
@ SCANBOTSDK_IMAGE_ROTATION_CLOCKWISE_180
Definition ScanbotSDKImageTypes.h:37