Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.Builder.build() |
ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.Builder.buildPartial() |
static ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.getDefaultInstance() |
ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.getDefaultInstanceForType() |
ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.Builder.getDefaultInstanceForType() |
ProductSearchResults.ObjectAnnotation |
ProductSearchResults.GroupedResultOrBuilder.getObjectAnnotations(int index)
List of generic predictions for the object in the bounding box.
|
ProductSearchResults.ObjectAnnotation |
ProductSearchResults.GroupedResult.getObjectAnnotations(int index)
List of generic predictions for the object in the bounding box.
|
ProductSearchResults.ObjectAnnotation |
ProductSearchResults.GroupedResult.Builder.getObjectAnnotations(int index)
List of generic predictions for the object in the bounding box.
|
static ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.parseDelimitedFrom(InputStream input) |
static ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.parseFrom(byte[] data) |
static ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.parseFrom(ByteBuffer data) |
static ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.parseFrom(ByteString data) |
static ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.parseFrom(CodedInputStream input) |
static ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.parseFrom(InputStream input) |
static ProductSearchResults.ObjectAnnotation |
ProductSearchResults.ObjectAnnotation.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<ProductSearchResults.ObjectAnnotation> |
ProductSearchResults.GroupedResultOrBuilder.getObjectAnnotationsList()
List of generic predictions for the object in the bounding box.
|
List<ProductSearchResults.ObjectAnnotation> |
ProductSearchResults.GroupedResult.getObjectAnnotationsList()
List of generic predictions for the object in the bounding box.
|
List<ProductSearchResults.ObjectAnnotation> |
ProductSearchResults.GroupedResult.Builder.getObjectAnnotationsList()
List of generic predictions for the object in the bounding box.
|
Parser<ProductSearchResults.ObjectAnnotation> |
ProductSearchResults.ObjectAnnotation.getParserForType() |
static Parser<ProductSearchResults.ObjectAnnotation> |
ProductSearchResults.ObjectAnnotation.parser() |
Modifier and Type | Method and Description |
---|---|
ProductSearchResults.GroupedResult.Builder |
ProductSearchResults.GroupedResult.Builder.addObjectAnnotations(int index,
ProductSearchResults.ObjectAnnotation value)
List of generic predictions for the object in the bounding box.
|
ProductSearchResults.GroupedResult.Builder |
ProductSearchResults.GroupedResult.Builder.addObjectAnnotations(ProductSearchResults.ObjectAnnotation value)
List of generic predictions for the object in the bounding box.
|
ProductSearchResults.ObjectAnnotation.Builder |
ProductSearchResults.ObjectAnnotation.Builder.mergeFrom(ProductSearchResults.ObjectAnnotation other) |
static ProductSearchResults.ObjectAnnotation.Builder |
ProductSearchResults.ObjectAnnotation.newBuilder(ProductSearchResults.ObjectAnnotation prototype) |
ProductSearchResults.GroupedResult.Builder |
ProductSearchResults.GroupedResult.Builder.setObjectAnnotations(int index,
ProductSearchResults.ObjectAnnotation value)
List of generic predictions for the object in the bounding box.
|
Modifier and Type | Method and Description |
---|---|
ProductSearchResults.GroupedResult.Builder |
ProductSearchResults.GroupedResult.Builder.addAllObjectAnnotations(Iterable<? extends ProductSearchResults.ObjectAnnotation> values)
List of generic predictions for the object in the bounding box.
|
Copyright © 2022 Google LLC. All rights reserved.