v4.1.0
·
2 commits
to master
since this release
What's New:
-
Added Support for AI Image Detection API: Seamlessly integrate the powerful Copyleaks AI Image Detection service into your applications.
-
New Models Introduced: To support this functionality, the following new models have been added, providing a clear structure for requests and responses:
Response Models (
copyleaks\models\imageDetection\responses):CopyleaksImageShapeModel.rbCopyleaksImageMetadataModel.rbCopyleaksAiImageDetectionSummaryModel.rbCopyleaksAiImageDetectionScannedDocumentModel.rbCopyleaksAiImageDetectionResultModel.rbCopyleaksAiImageDetectionResponseModel.rbCopyleaksAiImageDetectionImageInfoModel.rb
Request Models (
copyleaks\models\imageDetection\requests):CopyleaksAiImageDetectionRequestModel.rb
How to Use:
Getting started with AI Image Detection is straightforward:
- Example Usage: Explore the new
demo\examples\test_image_detection.rbfor a practical demonstration of how to initiate an AI image detection scan and interpret the results. - Updated Documentation: The
README.mdfile has been updated with a dedicated section and example for AI Image Detection, making it easier to integrate into your projects.