Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addAllLocations(Iterable<? extends LocationInfo> values)
The location information for the detected entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addAllProperties(Iterable<? extends Property> values)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
EntityAnnotation.Builder |
AnnotateImageResponse.Builder.addLabelAnnotationsBuilder()
If present, label detection has completed successfully.
|
EntityAnnotation.Builder |
AnnotateImageResponse.Builder.addLabelAnnotationsBuilder(int index)
If present, label detection has completed successfully.
|
EntityAnnotation.Builder |
AnnotateImageResponse.Builder.addLandmarkAnnotationsBuilder()
If present, landmark detection has completed successfully.
|
EntityAnnotation.Builder |
AnnotateImageResponse.Builder.addLandmarkAnnotationsBuilder(int index)
If present, landmark detection has completed successfully.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addLocations(int index,
LocationInfo.Builder builderForValue)
The location information for the detected entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addLocations(int index,
LocationInfo value)
The location information for the detected entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addLocations(LocationInfo.Builder builderForValue)
The location information for the detected entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addLocations(LocationInfo value)
The location information for the detected entity.
|
EntityAnnotation.Builder |
AnnotateImageResponse.Builder.addLogoAnnotationsBuilder()
If present, logo detection has completed successfully.
|
EntityAnnotation.Builder |
AnnotateImageResponse.Builder.addLogoAnnotationsBuilder(int index)
If present, logo detection has completed successfully.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addProperties(int index,
Property.Builder builderForValue)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addProperties(int index,
Property value)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addProperties(Property.Builder builderForValue)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addProperties(Property value)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
EntityAnnotation.Builder |
AnnotateImageResponse.Builder.addTextAnnotationsBuilder()
If present, text (OCR) detection has completed successfully.
|
EntityAnnotation.Builder |
AnnotateImageResponse.Builder.addTextAnnotationsBuilder(int index)
If present, text (OCR) detection has completed successfully.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.clear() |
EntityAnnotation.Builder |
EntityAnnotation.Builder.clearBoundingPoly()
Image region to which this entity belongs.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.clearConfidence()
Deprecated.
google.cloud.vision.v1p4beta1.EntityAnnotation.confidence is deprecated. See
google/cloud/vision/v1p4beta1/image_annotator.proto;l=478
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.clearDescription()
Entity textual description, expressed in its `locale` language.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.clearField(Descriptors.FieldDescriptor field) |
EntityAnnotation.Builder |
EntityAnnotation.Builder.clearLocale()
The language code for the locale in which the entity textual
`description` is expressed.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.clearLocations()
The location information for the detected entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.clearMid()
Opaque entity ID.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
EntityAnnotation.Builder |
EntityAnnotation.Builder.clearProperties()
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.clearScore()
Overall score of the result.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.clearTopicality()
The relevancy of the ICA (Image Content Annotation) label to the
image.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.clone() |
EntityAnnotation.Builder |
AnnotateImageResponse.Builder.getLabelAnnotationsBuilder(int index)
If present, label detection has completed successfully.
|
EntityAnnotation.Builder |
AnnotateImageResponse.Builder.getLandmarkAnnotationsBuilder(int index)
If present, landmark detection has completed successfully.
|
EntityAnnotation.Builder |
AnnotateImageResponse.Builder.getLogoAnnotationsBuilder(int index)
If present, logo detection has completed successfully.
|
EntityAnnotation.Builder |
AnnotateImageResponse.Builder.getTextAnnotationsBuilder(int index)
If present, text (OCR) detection has completed successfully.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.mergeBoundingPoly(BoundingPoly value)
Image region to which this entity belongs.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
EntityAnnotation.Builder |
EntityAnnotation.Builder.mergeFrom(EntityAnnotation other) |
EntityAnnotation.Builder |
EntityAnnotation.Builder.mergeFrom(Message other) |
EntityAnnotation.Builder |
EntityAnnotation.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static EntityAnnotation.Builder |
EntityAnnotation.newBuilder() |
static EntityAnnotation.Builder |
EntityAnnotation.newBuilder(EntityAnnotation prototype) |
EntityAnnotation.Builder |
EntityAnnotation.newBuilderForType() |
protected EntityAnnotation.Builder |
EntityAnnotation.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
EntityAnnotation.Builder |
EntityAnnotation.Builder.removeLocations(int index)
The location information for the detected entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.removeProperties(int index)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setBoundingPoly(BoundingPoly.Builder builderForValue)
Image region to which this entity belongs.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setBoundingPoly(BoundingPoly value)
Image region to which this entity belongs.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setConfidence(float value)
Deprecated.
google.cloud.vision.v1p4beta1.EntityAnnotation.confidence is deprecated. See
google/cloud/vision/v1p4beta1/image_annotator.proto;l=478
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setDescription(String value)
Entity textual description, expressed in its `locale` language.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setDescriptionBytes(ByteString value)
Entity textual description, expressed in its `locale` language.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
EntityAnnotation.Builder |
EntityAnnotation.Builder.setLocale(String value)
The language code for the locale in which the entity textual
`description` is expressed.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setLocaleBytes(ByteString value)
The language code for the locale in which the entity textual
`description` is expressed.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setLocations(int index,
LocationInfo.Builder builderForValue)
The location information for the detected entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setLocations(int index,
LocationInfo value)
The location information for the detected entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setMid(String value)
Opaque entity ID.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setMidBytes(ByteString value)
Opaque entity ID.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setProperties(int index,
Property.Builder builderForValue)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setProperties(int index,
Property value)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
EntityAnnotation.Builder |
EntityAnnotation.Builder.setScore(float value)
Overall score of the result.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setTopicality(float value)
The relevancy of the ICA (Image Content Annotation) label to the
image.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
EntityAnnotation.Builder |
EntityAnnotation.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<EntityAnnotation.Builder> |
AnnotateImageResponse.Builder.getLabelAnnotationsBuilderList()
If present, label detection has completed successfully.
|
List<EntityAnnotation.Builder> |
AnnotateImageResponse.Builder.getLandmarkAnnotationsBuilderList()
If present, landmark detection has completed successfully.
|
List<EntityAnnotation.Builder> |
AnnotateImageResponse.Builder.getLogoAnnotationsBuilderList()
If present, logo detection has completed successfully.
|
List<EntityAnnotation.Builder> |
AnnotateImageResponse.Builder.getTextAnnotationsBuilderList()
If present, text (OCR) detection has completed successfully.
|
Modifier and Type | Method and Description |
---|---|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addLabelAnnotations(EntityAnnotation.Builder builderForValue)
If present, label detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addLabelAnnotations(int index,
EntityAnnotation.Builder builderForValue)
If present, label detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addLandmarkAnnotations(EntityAnnotation.Builder builderForValue)
If present, landmark detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addLandmarkAnnotations(int index,
EntityAnnotation.Builder builderForValue)
If present, landmark detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addLogoAnnotations(EntityAnnotation.Builder builderForValue)
If present, logo detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addLogoAnnotations(int index,
EntityAnnotation.Builder builderForValue)
If present, logo detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addTextAnnotations(EntityAnnotation.Builder builderForValue)
If present, text (OCR) detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addTextAnnotations(int index,
EntityAnnotation.Builder builderForValue)
If present, text (OCR) detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setLabelAnnotations(int index,
EntityAnnotation.Builder builderForValue)
If present, label detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setLandmarkAnnotations(int index,
EntityAnnotation.Builder builderForValue)
If present, landmark detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setLogoAnnotations(int index,
EntityAnnotation.Builder builderForValue)
If present, logo detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setTextAnnotations(int index,
EntityAnnotation.Builder builderForValue)
If present, text (OCR) detection has completed successfully.
|
Copyright © 2022 Google LLC. All rights reserved.