Uses of Class
com.google.cloud.vision.v1p4beta1.EntityAnnotation
-
Packages that use EntityAnnotation Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of EntityAnnotation in com.google.cloud.vision.v1p4beta1
Methods in com.google.cloud.vision.v1p4beta1 that return EntityAnnotation Modifier and Type Method Description EntityAnnotation
EntityAnnotation.Builder. build()
EntityAnnotation
EntityAnnotation.Builder. buildPartial()
static EntityAnnotation
EntityAnnotation. getDefaultInstance()
EntityAnnotation
EntityAnnotation.Builder. getDefaultInstanceForType()
EntityAnnotation
EntityAnnotation. getDefaultInstanceForType()
EntityAnnotation
AnnotateImageResponse.Builder. getLabelAnnotations(int index)
If present, label detection has completed successfully.EntityAnnotation
AnnotateImageResponse. getLabelAnnotations(int index)
If present, label detection has completed successfully.EntityAnnotation
AnnotateImageResponseOrBuilder. getLabelAnnotations(int index)
If present, label detection has completed successfully.EntityAnnotation
AnnotateImageResponse.Builder. getLandmarkAnnotations(int index)
If present, landmark detection has completed successfully.EntityAnnotation
AnnotateImageResponse. getLandmarkAnnotations(int index)
If present, landmark detection has completed successfully.EntityAnnotation
AnnotateImageResponseOrBuilder. getLandmarkAnnotations(int index)
If present, landmark detection has completed successfully.EntityAnnotation
AnnotateImageResponse.Builder. getLogoAnnotations(int index)
If present, logo detection has completed successfully.EntityAnnotation
AnnotateImageResponse. getLogoAnnotations(int index)
If present, logo detection has completed successfully.EntityAnnotation
AnnotateImageResponseOrBuilder. getLogoAnnotations(int index)
If present, logo detection has completed successfully.EntityAnnotation
AnnotateImageResponse.Builder. 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
AnnotateImageResponseOrBuilder. getTextAnnotations(int index)
If present, text (OCR) detection has completed successfully.static EntityAnnotation
EntityAnnotation. parseDelimitedFrom(InputStream input)
static EntityAnnotation
EntityAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityAnnotation
EntityAnnotation. parseFrom(byte[] data)
static EntityAnnotation
EntityAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityAnnotation
EntityAnnotation. parseFrom(com.google.protobuf.ByteString data)
static EntityAnnotation
EntityAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityAnnotation
EntityAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)
static EntityAnnotation
EntityAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityAnnotation
EntityAnnotation. parseFrom(InputStream input)
static EntityAnnotation
EntityAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityAnnotation
EntityAnnotation. parseFrom(ByteBuffer data)
static EntityAnnotation
EntityAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p4beta1 that return types with arguments of type EntityAnnotation Modifier and Type Method Description List<EntityAnnotation>
AnnotateImageResponse.Builder. getLabelAnnotationsList()
If present, label detection has completed successfully.List<EntityAnnotation>
AnnotateImageResponse. getLabelAnnotationsList()
If present, label detection has completed successfully.List<EntityAnnotation>
AnnotateImageResponseOrBuilder. getLabelAnnotationsList()
If present, label detection has completed successfully.List<EntityAnnotation>
AnnotateImageResponse.Builder. getLandmarkAnnotationsList()
If present, landmark detection has completed successfully.List<EntityAnnotation>
AnnotateImageResponse. getLandmarkAnnotationsList()
If present, landmark detection has completed successfully.List<EntityAnnotation>
AnnotateImageResponseOrBuilder. getLandmarkAnnotationsList()
If present, landmark detection has completed successfully.List<EntityAnnotation>
AnnotateImageResponse.Builder. getLogoAnnotationsList()
If present, logo detection has completed successfully.List<EntityAnnotation>
AnnotateImageResponse. getLogoAnnotationsList()
If present, logo detection has completed successfully.List<EntityAnnotation>
AnnotateImageResponseOrBuilder. getLogoAnnotationsList()
If present, logo detection has completed successfully.com.google.protobuf.Parser<EntityAnnotation>
EntityAnnotation. getParserForType()
List<EntityAnnotation>
AnnotateImageResponse.Builder. getTextAnnotationsList()
If present, text (OCR) detection has completed successfully.List<EntityAnnotation>
AnnotateImageResponse. getTextAnnotationsList()
If present, text (OCR) detection has completed successfully.List<EntityAnnotation>
AnnotateImageResponseOrBuilder. getTextAnnotationsList()
If present, text (OCR) detection has completed successfully.static com.google.protobuf.Parser<EntityAnnotation>
EntityAnnotation. parser()
Methods in com.google.cloud.vision.v1p4beta1 with parameters of type EntityAnnotation Modifier and Type Method Description AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. addLabelAnnotations(int index, EntityAnnotation value)
If present, label detection has completed successfully.AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. addLabelAnnotations(EntityAnnotation value)
If present, label detection has completed successfully.AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. addLandmarkAnnotations(int index, EntityAnnotation value)
If present, landmark detection has completed successfully.AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. addLandmarkAnnotations(EntityAnnotation value)
If present, landmark detection has completed successfully.AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. addLogoAnnotations(int index, EntityAnnotation value)
If present, logo detection has completed successfully.AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. addLogoAnnotations(EntityAnnotation value)
If present, logo detection has completed successfully.AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. addTextAnnotations(int index, EntityAnnotation value)
If present, text (OCR) detection has completed successfully.AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. addTextAnnotations(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.Method parameters in com.google.cloud.vision.v1p4beta1 with type arguments of type EntityAnnotation Modifier and Type Method 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.
-