Package | Description |
---|---|
com.google.cloud.vision.v1p3beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
EntityAnnotation |
EntityAnnotation.Builder.build() |
EntityAnnotation |
EntityAnnotation.Builder.buildPartial() |
static EntityAnnotation |
EntityAnnotation.getDefaultInstance() |
EntityAnnotation |
EntityAnnotation.getDefaultInstanceForType() |
EntityAnnotation |
EntityAnnotation.Builder.getDefaultInstanceForType() |
EntityAnnotation |
AnnotateImageResponseOrBuilder.getLabelAnnotations(int index)
If present, label detection has completed successfully.
|
EntityAnnotation |
AnnotateImageResponse.getLabelAnnotations(int index)
If present, label detection has completed successfully.
|
EntityAnnotation |
AnnotateImageResponse.Builder.getLabelAnnotations(int index)
If present, label detection has completed successfully.
|
EntityAnnotation |
AnnotateImageResponseOrBuilder.getLandmarkAnnotations(int index)
If present, landmark detection has completed successfully.
|
EntityAnnotation |
AnnotateImageResponse.getLandmarkAnnotations(int index)
If present, landmark detection has completed successfully.
|
EntityAnnotation |
AnnotateImageResponse.Builder.getLandmarkAnnotations(int index)
If present, landmark detection has completed successfully.
|
EntityAnnotation |
AnnotateImageResponseOrBuilder.getLogoAnnotations(int index)
If present, logo detection has completed successfully.
|
EntityAnnotation |
AnnotateImageResponse.getLogoAnnotations(int index)
If present, logo detection has completed successfully.
|
EntityAnnotation |
AnnotateImageResponse.Builder.getLogoAnnotations(int index)
If present, logo detection has completed successfully.
|
EntityAnnotation |
AnnotateImageResponseOrBuilder.getTextAnnotations(int index)
If present, text (OCR) detection has completed successfully.
|
EntityAnnotation |
AnnotateImageResponse.getTextAnnotations(int index)
If present, text (OCR) detection has completed successfully.
|
EntityAnnotation |
AnnotateImageResponse.Builder.getTextAnnotations(int index)
If present, text (OCR) detection has completed successfully.
|
static EntityAnnotation |
EntityAnnotation.parseDelimitedFrom(InputStream input) |
static EntityAnnotation |
EntityAnnotation.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static EntityAnnotation |
EntityAnnotation.parseFrom(byte[] data) |
static EntityAnnotation |
EntityAnnotation.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static EntityAnnotation |
EntityAnnotation.parseFrom(ByteBuffer data) |
static EntityAnnotation |
EntityAnnotation.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static EntityAnnotation |
EntityAnnotation.parseFrom(ByteString data) |
static EntityAnnotation |
EntityAnnotation.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static EntityAnnotation |
EntityAnnotation.parseFrom(CodedInputStream input) |
static EntityAnnotation |
EntityAnnotation.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static EntityAnnotation |
EntityAnnotation.parseFrom(InputStream input) |
static EntityAnnotation |
EntityAnnotation.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<EntityAnnotation> |
AnnotateImageResponseOrBuilder.getLabelAnnotationsList()
If present, label detection has completed successfully.
|
List<EntityAnnotation> |
AnnotateImageResponse.getLabelAnnotationsList()
If present, label detection has completed successfully.
|
List<EntityAnnotation> |
AnnotateImageResponse.Builder.getLabelAnnotationsList()
If present, label detection has completed successfully.
|
List<EntityAnnotation> |
AnnotateImageResponseOrBuilder.getLandmarkAnnotationsList()
If present, landmark detection has completed successfully.
|
List<EntityAnnotation> |
AnnotateImageResponse.getLandmarkAnnotationsList()
If present, landmark detection has completed successfully.
|
List<EntityAnnotation> |
AnnotateImageResponse.Builder.getLandmarkAnnotationsList()
If present, landmark detection has completed successfully.
|
List<EntityAnnotation> |
AnnotateImageResponseOrBuilder.getLogoAnnotationsList()
If present, logo detection has completed successfully.
|
List<EntityAnnotation> |
AnnotateImageResponse.getLogoAnnotationsList()
If present, logo detection has completed successfully.
|
List<EntityAnnotation> |
AnnotateImageResponse.Builder.getLogoAnnotationsList()
If present, logo detection has completed successfully.
|
Parser<EntityAnnotation> |
EntityAnnotation.getParserForType() |
List<EntityAnnotation> |
AnnotateImageResponseOrBuilder.getTextAnnotationsList()
If present, text (OCR) detection has completed successfully.
|
List<EntityAnnotation> |
AnnotateImageResponse.getTextAnnotationsList()
If present, text (OCR) detection has completed successfully.
|
List<EntityAnnotation> |
AnnotateImageResponse.Builder.getTextAnnotationsList()
If present, text (OCR) detection has completed successfully.
|
static Parser<EntityAnnotation> |
EntityAnnotation.parser() |
Modifier and Type | Method and Description |
---|---|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addLabelAnnotations(EntityAnnotation value)
If present, label detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addLabelAnnotations(int index,
EntityAnnotation value)
If present, label detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addLandmarkAnnotations(EntityAnnotation value)
If present, landmark detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addLandmarkAnnotations(int index,
EntityAnnotation value)
If present, landmark detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addLogoAnnotations(EntityAnnotation value)
If present, logo detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addLogoAnnotations(int index,
EntityAnnotation value)
If present, logo detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addTextAnnotations(EntityAnnotation value)
If present, text (OCR) detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addTextAnnotations(int index,
EntityAnnotation value)
If present, text (OCR) detection has completed successfully.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.mergeFrom(EntityAnnotation other) |
static EntityAnnotation.Builder |
EntityAnnotation.newBuilder(EntityAnnotation prototype) |
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setLabelAnnotations(int index,
EntityAnnotation value)
If present, label detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setLandmarkAnnotations(int index,
EntityAnnotation value)
If present, landmark detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setLogoAnnotations(int index,
EntityAnnotation value)
If present, logo detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setTextAnnotations(int index,
EntityAnnotation value)
If present, text (OCR) detection has completed successfully.
|
Modifier and Type | Method and Description |
---|---|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addAllLabelAnnotations(Iterable<? extends EntityAnnotation> values)
If present, label detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addAllLandmarkAnnotations(Iterable<? extends EntityAnnotation> values)
If present, landmark detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addAllLogoAnnotations(Iterable<? extends EntityAnnotation> values)
If present, logo detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addAllTextAnnotations(Iterable<? extends EntityAnnotation> values)
If present, text (OCR) detection has completed successfully.
|
Copyright © 2022 Google LLC. All rights reserved.