google-cloud-vision

Google Cloud Vision Java Client

License

License

Categories

Categories

Google Cloud Container PaaS Providers
GroupId

GroupId

com.iyzipay
ArtifactId

ArtifactId

google-cloud-vision
Last Version

Last Version

1.0.18
Release Date

Release Date

Type

Type

jar
Description

Description

google-cloud-vision
Google Cloud Vision Java Client
Project Organization

Project Organization

iyzico

Download google-cloud-vision

How to add to project

<!-- https://jarcasting.com/artifacts/com.iyzipay/google-cloud-vision/ -->
<dependency>
    <groupId>com.iyzipay</groupId>
    <artifactId>google-cloud-vision</artifactId>
    <version>1.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.iyzipay/google-cloud-vision/
implementation 'com.iyzipay:google-cloud-vision:1.0.18'
// https://jarcasting.com/artifacts/com.iyzipay/google-cloud-vision/
implementation ("com.iyzipay:google-cloud-vision:1.0.18")
'com.iyzipay:google-cloud-vision:jar:1.0.18'
<dependency org="com.iyzipay" name="google-cloud-vision" rev="1.0.18">
  <artifact name="google-cloud-vision" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iyzipay', module='google-cloud-vision', version='1.0.18')
)
libraryDependencies += "com.iyzipay" % "google-cloud-vision" % "1.0.18"
[com.iyzipay/google-cloud-vision "1.0.18"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

google-cloud-java

Build Status Maven Central

Lightweight java client library for Google Cloud API.

Requirements

Java 1.6 or newer

Installation

Maven users

Add this dependency to your project's POM for example google-cloud-vision:

<dependency>
  <groupId>com.iyzipay</groupId>
  <artifactId>google-cloud-vision</artifactId>
  <version>1.0.18</version>
</dependency>

Gradle users

Add this dependency to your project's build file:

compile "com.iyzipay:google-cloud-vision:1.0.18"

Others

You'll need to manually install the following JARs:

If you want to run samples you'll need to manually install Junit JAR:

Build

If you don't have Maven installed in your local environment, you can use Maven Wrapper script:

./mvnw clean install

Usage

Options options = new Options();
options.setApiKey("my api key");
options.setBaseUrl("https://vision.googleapis.com");

GoogleCloudRequest request = new AnnotateImageBuilder()
         .withImageUri("https://www.google.com.tr/images/branding/googlelogo/2x/googlelogo_color_1.0.184dp.png")
         .withSafeSearchDetection()
         .withLabelDetection()
         .withLogoDetection()
         .withWebDetection()
         .withTextDetection()
         .buildRequest();

AnnotateImages annotateImages = AnnotateImages.create(request, options);
com.iyzipay

iyzico

Easiest and Fastest Way of Accepting Payments

Versions

Version
1.0.18
1.0.15
1.0.12
1.0.11
1.0.10