File tree Expand file tree Collapse file tree
src/main/java/com/google/cloud/vision/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ This client supports the following Google Cloud Platform services at a [GA](#ver
1818- [ Cloud Natural Language] ( google-cloud-language ) (GA)
1919- [ Cloud Storage] ( google-cloud-storage ) (GA)
2020- [ Cloud Translation] ( google-cloud-translate ) (GA)
21+ - [ Cloud Vision] ( google-cloud-vision ) (GA)
2122
2223This client supports the following Google Cloud Platform services at a [ Beta] ( #versioning ) quality level:
2324
@@ -29,7 +30,6 @@ This client supports the following Google Cloud Platform services at a [Beta](#v
2930- [ Cloud Pub/Sub] ( google-cloud-pubsub ) (Beta)
3031- [ Cloud Spanner] ( google-cloud-spanner ) (Beta)
3132- [ Cloud Video Intelligence] ( google-cloud-video-intelligence ) (Beta)
32- - [ Cloud Vision] ( google-cloud-vision ) (Beta)
3333- [ Stackdriver Trace] ( google-cloud-trace ) (Beta)
3434
3535This client supports the following Google Cloud Platform services at an [ Alpha] ( #versioning ) quality level:
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ Java idiomatic client for [Google Cloud Vision][cloud-vision].
1212- [ Product Documentation] [ vision-product-docs ]
1313- [ Client Library Documentation] [ vision-client-lib-docs ]
1414
15- > Note: This client is a work-in-progress, and may occasionally
16- > make backwards-incompatible changes.
17-
1815Quickstart
1916----------
2017If you are using Maven, add this to your pom.xml file
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >google-cloud-vision</artifactId >
5- <version >0.29.1-beta -SNAPSHOT</version >
5+ <version >1.11.1 -SNAPSHOT</version >
66 <packaging >jar</packaging >
77 <name >Google Cloud Vision</name >
88 <url >https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-vision</url >
Original file line number Diff line number Diff line change 9393 * </pre>
9494 */
9595@ Generated ("by GAPIC v0.0.5" )
96- @ BetaApi
9796public class ImageAnnotatorClient implements BackgroundResource {
9897 private final ImageAnnotatorSettings settings ;
9998 private final ImageAnnotatorStub stub ;
Original file line number Diff line number Diff line change 6868 * </pre>
6969 */
7070@ Generated ("by GAPIC v0.0.5" )
71- @ BetaApi
7271public class ImageAnnotatorSettings extends ClientSettings <ImageAnnotatorSettings > {
7372 /** The default scopes of the service. */
7473 private static final ImmutableList <String > DEFAULT_SERVICE_SCOPES =
75- ImmutableList .<String >builder ().add ("https://www.googleapis.com/auth/cloud-platform" ).build ();
74+ ImmutableList .<String >builder ()
75+ .add ("https://www.googleapis.com/auth/cloud-platform" )
76+ .add ("https://www.googleapis.com/auth/cloud-vision" )
77+ .build ();
7678
7779 private static final String DEFAULT_GAPIC_NAME = "gapic" ;
7880 private static final String DEFAULT_GAPIC_VERSION = "" ;
Original file line number Diff line number Diff line change 179179 <storage .version>1.11.1-SNAPSHOT</storage .version>
180180 <trace .version>0.29.1-beta-SNAPSHOT</trace .version>
181181 <translate .version>1.11.1-SNAPSHOT</translate .version>
182- <vision .version>0.29.1-beta -SNAPSHOT</vision .version>
182+ <vision .version>1.11.1 -SNAPSHOT</vision .version>
183183 <video-intelligence .version>0.29.1-beta-SNAPSHOT</video-intelligence .version>
184184 <testing .version>0.29.1-alpha-SNAPSHOT</testing .version>
185185 </properties >
691691 <dependency >
692692 <groupId >com.google.api.grpc</groupId >
693693 <artifactId >proto-google-cloud-vision-v1</artifactId >
694- <version >${generated-proto-beta .version} </version >
694+ <version >${generated-proto-ga .version} </version >
695695 </dependency >
696696 <dependency >
697697 <groupId >com.google.api.grpc</groupId >
698698 <artifactId >grpc-google-cloud-vision-v1</artifactId >
699- <version >${generated-proto-beta .version} </version >
699+ <version >${generated-proto-ga .version} </version >
700700 </dependency >
701701
702702 <dependency >
You can’t perform that action at this time.
0 commit comments