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 EntityAnnotationEntityAnnotation.Builder. build()EntityAnnotationEntityAnnotation.Builder. buildPartial()static EntityAnnotationEntityAnnotation. getDefaultInstance()EntityAnnotationEntityAnnotation.Builder. getDefaultInstanceForType()EntityAnnotationEntityAnnotation. getDefaultInstanceForType()EntityAnnotationAnnotateImageResponse.Builder. getLabelAnnotations(int index)If present, label detection has completed successfully.EntityAnnotationAnnotateImageResponse. getLabelAnnotations(int index)If present, label detection has completed successfully.EntityAnnotationAnnotateImageResponseOrBuilder. getLabelAnnotations(int index)If present, label detection has completed successfully.EntityAnnotationAnnotateImageResponse.Builder. getLandmarkAnnotations(int index)If present, landmark detection has completed successfully.EntityAnnotationAnnotateImageResponse. getLandmarkAnnotations(int index)If present, landmark detection has completed successfully.EntityAnnotationAnnotateImageResponseOrBuilder. getLandmarkAnnotations(int index)If present, landmark detection has completed successfully.EntityAnnotationAnnotateImageResponse.Builder. getLogoAnnotations(int index)If present, logo detection has completed successfully.EntityAnnotationAnnotateImageResponse. getLogoAnnotations(int index)If present, logo detection has completed successfully.EntityAnnotationAnnotateImageResponseOrBuilder. getLogoAnnotations(int index)If present, logo detection has completed successfully.EntityAnnotationAnnotateImageResponse.Builder. getTextAnnotations(int index)If present, text (OCR) detection has completed successfully.EntityAnnotationAnnotateImageResponse. getTextAnnotations(int index)If present, text (OCR) detection has completed successfully.EntityAnnotationAnnotateImageResponseOrBuilder. getTextAnnotations(int index)If present, text (OCR) detection has completed successfully.static EntityAnnotationEntityAnnotation. parseDelimitedFrom(InputStream input)static EntityAnnotationEntityAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityAnnotationEntityAnnotation. parseFrom(byte[] data)static EntityAnnotationEntityAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityAnnotationEntityAnnotation. parseFrom(com.google.protobuf.ByteString data)static EntityAnnotationEntityAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityAnnotationEntityAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)static EntityAnnotationEntityAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityAnnotationEntityAnnotation. parseFrom(InputStream input)static EntityAnnotationEntityAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityAnnotationEntityAnnotation. parseFrom(ByteBuffer data)static EntityAnnotationEntityAnnotation. 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.BuilderAnnotateImageResponse.Builder. addLabelAnnotations(int index, EntityAnnotation value)If present, label detection has completed successfully.AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. addLabelAnnotations(EntityAnnotation value)If present, label detection has completed successfully.AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. addLandmarkAnnotations(int index, EntityAnnotation value)If present, landmark detection has completed successfully.AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. addLandmarkAnnotations(EntityAnnotation value)If present, landmark detection has completed successfully.AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. addLogoAnnotations(int index, EntityAnnotation value)If present, logo detection has completed successfully.AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. addLogoAnnotations(EntityAnnotation value)If present, logo detection has completed successfully.AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. addTextAnnotations(int index, EntityAnnotation value)If present, text (OCR) detection has completed successfully.AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. addTextAnnotations(EntityAnnotation value)If present, text (OCR) detection has completed successfully.EntityAnnotation.BuilderEntityAnnotation.Builder. mergeFrom(EntityAnnotation other)static EntityAnnotation.BuilderEntityAnnotation. newBuilder(EntityAnnotation prototype)AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. setLabelAnnotations(int index, EntityAnnotation value)If present, label detection has completed successfully.AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. setLandmarkAnnotations(int index, EntityAnnotation value)If present, landmark detection has completed successfully.AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. setLogoAnnotations(int index, EntityAnnotation value)If present, logo detection has completed successfully.AnnotateImageResponse.BuilderAnnotateImageResponse.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.BuilderAnnotateImageResponse.Builder. addAllLabelAnnotations(Iterable<? extends EntityAnnotation> values)If present, label detection has completed successfully.AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. addAllLandmarkAnnotations(Iterable<? extends EntityAnnotation> values)If present, landmark detection has completed successfully.AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. addAllLogoAnnotations(Iterable<? extends EntityAnnotation> values)If present, logo detection has completed successfully.AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. addAllTextAnnotations(Iterable<? extends EntityAnnotation> values)If present, text (OCR) detection has completed successfully.
-