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 value) |
The location information for the detected entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addLocations(int index,
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 |
EntityAnnotation.Builder.addLocations(LocationInfo.Builder builderForValue) |
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 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(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(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.addRepeatedField(com.google.protobuf.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() |
The accuracy of the entity detection in an image.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.clearDescription() |
Entity textual description, expressed in its `locale` language.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.clearField(com.google.protobuf.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(com.google.protobuf.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(EntityAnnotation other) |
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.mergeFrom(com.google.protobuf.Message other) |
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static EntityAnnotation.Builder |
EntityAnnotation.newBuilder() |
|
static EntityAnnotation.Builder |
EntityAnnotation.newBuilder(EntityAnnotation prototype) |
|
EntityAnnotation.Builder |
EntityAnnotation.newBuilderForType() |
|
protected EntityAnnotation.Builder |
EntityAnnotation.newBuilderForType(com.google.protobuf.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 value) |
Image region to which this entity belongs.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setBoundingPoly(BoundingPoly.Builder builderForValue) |
Image region to which this entity belongs.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setConfidence(float value) |
The accuracy of the entity detection in an image.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setDescription(String value) |
Entity textual description, expressed in its `locale` language.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) |
Entity textual description, expressed in its `locale` language.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setField(com.google.protobuf.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(com.google.protobuf.ByteString value) |
The language code for the locale in which the entity textual
`description` is expressed.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setLocations(int index,
LocationInfo value) |
The location information for the detected entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setLocations(int index,
LocationInfo.Builder builderForValue) |
The location information for the detected entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setMid(String value) |
Opaque entity ID.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setMidBytes(com.google.protobuf.ByteString value) |
Opaque entity ID.
|
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.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.setRepeatedField(com.google.protobuf.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(com.google.protobuf.UnknownFieldSet unknownFields) |
|
EntityAnnotation.Builder |
EntityAnnotation.toBuilder() |
|