Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
Modifier and Type | Method and Description |
---|---|
ReferenceImageName |
ReferenceImageName.Builder.build() |
static ReferenceImageName |
ReferenceImageName.of(String project,
String location,
String product,
String referenceImage) |
static ReferenceImageName |
ReferenceImageName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ReferenceImageName> |
ReferenceImageName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
void |
ProductSearchClient.deleteReferenceImage(ReferenceImageName name)
Permanently deletes a reference image.
|
ReferenceImage |
ProductSearchClient.getReferenceImage(ReferenceImageName name)
Gets information associated with a ReferenceImage.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ReferenceImageName.toStringList(List<ReferenceImageName> values) |
Copyright © 2022 Google LLC. All rights reserved.