All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.vision.v1p4beta1.EntityAnnotation Maven / Gradle / Ivy

There is a newer version: 0.142.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/vision/v1p4beta1/image_annotator.proto

package com.google.cloud.vision.v1p4beta1;

/**
 *
 *
 * 
 * Set of detected entity features.
 * 
* * Protobuf type {@code google.cloud.vision.v1p4beta1.EntityAnnotation} */ public final class EntityAnnotation extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.vision.v1p4beta1.EntityAnnotation) EntityAnnotationOrBuilder { private static final long serialVersionUID = 0L; // Use EntityAnnotation.newBuilder() to construct. private EntityAnnotation(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private EntityAnnotation() { mid_ = ""; locale_ = ""; description_ = ""; locations_ = java.util.Collections.emptyList(); properties_ = java.util.Collections.emptyList(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private EntityAnnotation( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); mid_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); locale_ = s; break; } case 26: { java.lang.String s = input.readStringRequireUtf8(); description_ = s; break; } case 37: { score_ = input.readFloat(); break; } case 45: { confidence_ = input.readFloat(); break; } case 53: { topicality_ = input.readFloat(); break; } case 58: { com.google.cloud.vision.v1p4beta1.BoundingPoly.Builder subBuilder = null; if (boundingPoly_ != null) { subBuilder = boundingPoly_.toBuilder(); } boundingPoly_ = input.readMessage( com.google.cloud.vision.v1p4beta1.BoundingPoly.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(boundingPoly_); boundingPoly_ = subBuilder.buildPartial(); } break; } case 66: { if (!((mutable_bitField0_ & 0x00000080) != 0)) { locations_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000080; } locations_.add( input.readMessage( com.google.cloud.vision.v1p4beta1.LocationInfo.parser(), extensionRegistry)); break; } case 74: { if (!((mutable_bitField0_ & 0x00000100) != 0)) { properties_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000100; } properties_.add( input.readMessage( com.google.cloud.vision.v1p4beta1.Property.parser(), extensionRegistry)); break; } default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000080) != 0)) { locations_ = java.util.Collections.unmodifiableList(locations_); } if (((mutable_bitField0_ & 0x00000100) != 0)) { properties_ = java.util.Collections.unmodifiableList(properties_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.vision.v1p4beta1.ImageAnnotatorProto .internal_static_google_cloud_vision_v1p4beta1_EntityAnnotation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.vision.v1p4beta1.ImageAnnotatorProto .internal_static_google_cloud_vision_v1p4beta1_EntityAnnotation_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.vision.v1p4beta1.EntityAnnotation.class, com.google.cloud.vision.v1p4beta1.EntityAnnotation.Builder.class); } private int bitField0_; public static final int MID_FIELD_NUMBER = 1; private volatile java.lang.Object mid_; /** * * *
   * Opaque entity ID. Some IDs may be available in
   * [Google Knowledge Graph Search
   * API](https://developers.google.com/knowledge-graph/).
   * 
* * string mid = 1; */ public java.lang.String getMid() { java.lang.Object ref = mid_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); mid_ = s; return s; } } /** * * *
   * Opaque entity ID. Some IDs may be available in
   * [Google Knowledge Graph Search
   * API](https://developers.google.com/knowledge-graph/).
   * 
* * string mid = 1; */ public com.google.protobuf.ByteString getMidBytes() { java.lang.Object ref = mid_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); mid_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int LOCALE_FIELD_NUMBER = 2; private volatile java.lang.Object locale_; /** * * *
   * The language code for the locale in which the entity textual
   * `description` is expressed.
   * 
* * string locale = 2; */ public java.lang.String getLocale() { java.lang.Object ref = locale_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); locale_ = s; return s; } } /** * * *
   * The language code for the locale in which the entity textual
   * `description` is expressed.
   * 
* * string locale = 2; */ public com.google.protobuf.ByteString getLocaleBytes() { java.lang.Object ref = locale_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); locale_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int DESCRIPTION_FIELD_NUMBER = 3; private volatile java.lang.Object description_; /** * * *
   * Entity textual description, expressed in its `locale` language.
   * 
* * string description = 3; */ public java.lang.String getDescription() { java.lang.Object ref = description_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; } } /** * * *
   * Entity textual description, expressed in its `locale` language.
   * 
* * string description = 3; */ public com.google.protobuf.ByteString getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); description_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int SCORE_FIELD_NUMBER = 4; private float score_; /** * * *
   * Overall score of the result. Range [0, 1].
   * 
* * float score = 4; */ public float getScore() { return score_; } public static final int CONFIDENCE_FIELD_NUMBER = 5; private float confidence_; /** * * *
   * **Deprecated. Use `score` instead.**
   * The accuracy of the entity detection in an image.
   * For example, for an image in which the "Eiffel Tower" entity is detected,
   * this field represents the confidence that there is a tower in the query
   * image. Range [0, 1].
   * 
* * float confidence = 5 [deprecated = true]; */ @java.lang.Deprecated public float getConfidence() { return confidence_; } public static final int TOPICALITY_FIELD_NUMBER = 6; private float topicality_; /** * * *
   * The relevancy of the ICA (Image Content Annotation) label to the
   * image. For example, the relevancy of "tower" is likely higher to an image
   * containing the detected "Eiffel Tower" than to an image containing a
   * detected distant towering building, even though the confidence that
   * there is a tower in each image may be the same. Range [0, 1].
   * 
* * float topicality = 6; */ public float getTopicality() { return topicality_; } public static final int BOUNDING_POLY_FIELD_NUMBER = 7; private com.google.cloud.vision.v1p4beta1.BoundingPoly boundingPoly_; /** * * *
   * Image region to which this entity belongs. Not produced
   * for `LABEL_DETECTION` features.
   * 
* * .google.cloud.vision.v1p4beta1.BoundingPoly bounding_poly = 7; */ public boolean hasBoundingPoly() { return boundingPoly_ != null; } /** * * *
   * Image region to which this entity belongs. Not produced
   * for `LABEL_DETECTION` features.
   * 
* * .google.cloud.vision.v1p4beta1.BoundingPoly bounding_poly = 7; */ public com.google.cloud.vision.v1p4beta1.BoundingPoly getBoundingPoly() { return boundingPoly_ == null ? com.google.cloud.vision.v1p4beta1.BoundingPoly.getDefaultInstance() : boundingPoly_; } /** * * *
   * Image region to which this entity belongs. Not produced
   * for `LABEL_DETECTION` features.
   * 
* * .google.cloud.vision.v1p4beta1.BoundingPoly bounding_poly = 7; */ public com.google.cloud.vision.v1p4beta1.BoundingPolyOrBuilder getBoundingPolyOrBuilder() { return getBoundingPoly(); } public static final int LOCATIONS_FIELD_NUMBER = 8; private java.util.List locations_; /** * * *
   * The location information for the detected entity. Multiple
   * `LocationInfo` elements can be present because one location may
   * indicate the location of the scene in the image, and another location
   * may indicate the location of the place where the image was taken.
   * Location information is usually present for landmarks.
   * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public java.util.List getLocationsList() { return locations_; } /** * * *
   * The location information for the detected entity. Multiple
   * `LocationInfo` elements can be present because one location may
   * indicate the location of the scene in the image, and another location
   * may indicate the location of the place where the image was taken.
   * Location information is usually present for landmarks.
   * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public java.util.List getLocationsOrBuilderList() { return locations_; } /** * * *
   * The location information for the detected entity. Multiple
   * `LocationInfo` elements can be present because one location may
   * indicate the location of the scene in the image, and another location
   * may indicate the location of the place where the image was taken.
   * Location information is usually present for landmarks.
   * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public int getLocationsCount() { return locations_.size(); } /** * * *
   * The location information for the detected entity. Multiple
   * `LocationInfo` elements can be present because one location may
   * indicate the location of the scene in the image, and another location
   * may indicate the location of the place where the image was taken.
   * Location information is usually present for landmarks.
   * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public com.google.cloud.vision.v1p4beta1.LocationInfo getLocations(int index) { return locations_.get(index); } /** * * *
   * The location information for the detected entity. Multiple
   * `LocationInfo` elements can be present because one location may
   * indicate the location of the scene in the image, and another location
   * may indicate the location of the place where the image was taken.
   * Location information is usually present for landmarks.
   * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public com.google.cloud.vision.v1p4beta1.LocationInfoOrBuilder getLocationsOrBuilder(int index) { return locations_.get(index); } public static final int PROPERTIES_FIELD_NUMBER = 9; private java.util.List properties_; /** * * *
   * Some entities may have optional user-supplied `Property` (name/value)
   * fields, such a score or string that qualifies the entity.
   * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public java.util.List getPropertiesList() { return properties_; } /** * * *
   * Some entities may have optional user-supplied `Property` (name/value)
   * fields, such a score or string that qualifies the entity.
   * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public java.util.List getPropertiesOrBuilderList() { return properties_; } /** * * *
   * Some entities may have optional user-supplied `Property` (name/value)
   * fields, such a score or string that qualifies the entity.
   * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public int getPropertiesCount() { return properties_.size(); } /** * * *
   * Some entities may have optional user-supplied `Property` (name/value)
   * fields, such a score or string that qualifies the entity.
   * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public com.google.cloud.vision.v1p4beta1.Property getProperties(int index) { return properties_.get(index); } /** * * *
   * Some entities may have optional user-supplied `Property` (name/value)
   * fields, such a score or string that qualifies the entity.
   * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public com.google.cloud.vision.v1p4beta1.PropertyOrBuilder getPropertiesOrBuilder(int index) { return properties_.get(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getMidBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, mid_); } if (!getLocaleBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, locale_); } if (!getDescriptionBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, description_); } if (score_ != 0F) { output.writeFloat(4, score_); } if (confidence_ != 0F) { output.writeFloat(5, confidence_); } if (topicality_ != 0F) { output.writeFloat(6, topicality_); } if (boundingPoly_ != null) { output.writeMessage(7, getBoundingPoly()); } for (int i = 0; i < locations_.size(); i++) { output.writeMessage(8, locations_.get(i)); } for (int i = 0; i < properties_.size(); i++) { output.writeMessage(9, properties_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getMidBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, mid_); } if (!getLocaleBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, locale_); } if (!getDescriptionBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, description_); } if (score_ != 0F) { size += com.google.protobuf.CodedOutputStream.computeFloatSize(4, score_); } if (confidence_ != 0F) { size += com.google.protobuf.CodedOutputStream.computeFloatSize(5, confidence_); } if (topicality_ != 0F) { size += com.google.protobuf.CodedOutputStream.computeFloatSize(6, topicality_); } if (boundingPoly_ != null) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getBoundingPoly()); } for (int i = 0; i < locations_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, locations_.get(i)); } for (int i = 0; i < properties_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(9, properties_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.cloud.vision.v1p4beta1.EntityAnnotation)) { return super.equals(obj); } com.google.cloud.vision.v1p4beta1.EntityAnnotation other = (com.google.cloud.vision.v1p4beta1.EntityAnnotation) obj; if (!getMid().equals(other.getMid())) return false; if (!getLocale().equals(other.getLocale())) return false; if (!getDescription().equals(other.getDescription())) return false; if (java.lang.Float.floatToIntBits(getScore()) != java.lang.Float.floatToIntBits(other.getScore())) return false; if (java.lang.Float.floatToIntBits(getConfidence()) != java.lang.Float.floatToIntBits(other.getConfidence())) return false; if (java.lang.Float.floatToIntBits(getTopicality()) != java.lang.Float.floatToIntBits(other.getTopicality())) return false; if (hasBoundingPoly() != other.hasBoundingPoly()) return false; if (hasBoundingPoly()) { if (!getBoundingPoly().equals(other.getBoundingPoly())) return false; } if (!getLocationsList().equals(other.getLocationsList())) return false; if (!getPropertiesList().equals(other.getPropertiesList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + MID_FIELD_NUMBER; hash = (53 * hash) + getMid().hashCode(); hash = (37 * hash) + LOCALE_FIELD_NUMBER; hash = (53 * hash) + getLocale().hashCode(); hash = (37 * hash) + DESCRIPTION_FIELD_NUMBER; hash = (53 * hash) + getDescription().hashCode(); hash = (37 * hash) + SCORE_FIELD_NUMBER; hash = (53 * hash) + java.lang.Float.floatToIntBits(getScore()); hash = (37 * hash) + CONFIDENCE_FIELD_NUMBER; hash = (53 * hash) + java.lang.Float.floatToIntBits(getConfidence()); hash = (37 * hash) + TOPICALITY_FIELD_NUMBER; hash = (53 * hash) + java.lang.Float.floatToIntBits(getTopicality()); if (hasBoundingPoly()) { hash = (37 * hash) + BOUNDING_POLY_FIELD_NUMBER; hash = (53 * hash) + getBoundingPoly().hashCode(); } if (getLocationsCount() > 0) { hash = (37 * hash) + LOCATIONS_FIELD_NUMBER; hash = (53 * hash) + getLocationsList().hashCode(); } if (getPropertiesCount() > 0) { hash = (37 * hash) + PROPERTIES_FIELD_NUMBER; hash = (53 * hash) + getPropertiesList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.vision.v1p4beta1.EntityAnnotation parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.vision.v1p4beta1.EntityAnnotation parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.vision.v1p4beta1.EntityAnnotation parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.vision.v1p4beta1.EntityAnnotation parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.vision.v1p4beta1.EntityAnnotation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.vision.v1p4beta1.EntityAnnotation parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.vision.v1p4beta1.EntityAnnotation parseFrom( java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.vision.v1p4beta1.EntityAnnotation parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } public static com.google.cloud.vision.v1p4beta1.EntityAnnotation parseDelimitedFrom( java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.vision.v1p4beta1.EntityAnnotation parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( PARSER, input, extensionRegistry); } public static com.google.cloud.vision.v1p4beta1.EntityAnnotation parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.vision.v1p4beta1.EntityAnnotation parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.cloud.vision.v1p4beta1.EntityAnnotation prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * * *
   * Set of detected entity features.
   * 
* * Protobuf type {@code google.cloud.vision.v1p4beta1.EntityAnnotation} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.vision.v1p4beta1.EntityAnnotation) com.google.cloud.vision.v1p4beta1.EntityAnnotationOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.vision.v1p4beta1.ImageAnnotatorProto .internal_static_google_cloud_vision_v1p4beta1_EntityAnnotation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.vision.v1p4beta1.ImageAnnotatorProto .internal_static_google_cloud_vision_v1p4beta1_EntityAnnotation_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.vision.v1p4beta1.EntityAnnotation.class, com.google.cloud.vision.v1p4beta1.EntityAnnotation.Builder.class); } // Construct using com.google.cloud.vision.v1p4beta1.EntityAnnotation.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getLocationsFieldBuilder(); getPropertiesFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); mid_ = ""; locale_ = ""; description_ = ""; score_ = 0F; confidence_ = 0F; topicality_ = 0F; if (boundingPolyBuilder_ == null) { boundingPoly_ = null; } else { boundingPoly_ = null; boundingPolyBuilder_ = null; } if (locationsBuilder_ == null) { locations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000080); } else { locationsBuilder_.clear(); } if (propertiesBuilder_ == null) { properties_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000100); } else { propertiesBuilder_.clear(); } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.cloud.vision.v1p4beta1.ImageAnnotatorProto .internal_static_google_cloud_vision_v1p4beta1_EntityAnnotation_descriptor; } @java.lang.Override public com.google.cloud.vision.v1p4beta1.EntityAnnotation getDefaultInstanceForType() { return com.google.cloud.vision.v1p4beta1.EntityAnnotation.getDefaultInstance(); } @java.lang.Override public com.google.cloud.vision.v1p4beta1.EntityAnnotation build() { com.google.cloud.vision.v1p4beta1.EntityAnnotation result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.cloud.vision.v1p4beta1.EntityAnnotation buildPartial() { com.google.cloud.vision.v1p4beta1.EntityAnnotation result = new com.google.cloud.vision.v1p4beta1.EntityAnnotation(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.mid_ = mid_; result.locale_ = locale_; result.description_ = description_; result.score_ = score_; result.confidence_ = confidence_; result.topicality_ = topicality_; if (boundingPolyBuilder_ == null) { result.boundingPoly_ = boundingPoly_; } else { result.boundingPoly_ = boundingPolyBuilder_.build(); } if (locationsBuilder_ == null) { if (((bitField0_ & 0x00000080) != 0)) { locations_ = java.util.Collections.unmodifiableList(locations_); bitField0_ = (bitField0_ & ~0x00000080); } result.locations_ = locations_; } else { result.locations_ = locationsBuilder_.build(); } if (propertiesBuilder_ == null) { if (((bitField0_ & 0x00000100) != 0)) { properties_ = java.util.Collections.unmodifiableList(properties_); bitField0_ = (bitField0_ & ~0x00000100); } result.properties_ = properties_; } else { result.properties_ = propertiesBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.vision.v1p4beta1.EntityAnnotation) { return mergeFrom((com.google.cloud.vision.v1p4beta1.EntityAnnotation) other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.cloud.vision.v1p4beta1.EntityAnnotation other) { if (other == com.google.cloud.vision.v1p4beta1.EntityAnnotation.getDefaultInstance()) return this; if (!other.getMid().isEmpty()) { mid_ = other.mid_; onChanged(); } if (!other.getLocale().isEmpty()) { locale_ = other.locale_; onChanged(); } if (!other.getDescription().isEmpty()) { description_ = other.description_; onChanged(); } if (other.getScore() != 0F) { setScore(other.getScore()); } if (other.getConfidence() != 0F) { setConfidence(other.getConfidence()); } if (other.getTopicality() != 0F) { setTopicality(other.getTopicality()); } if (other.hasBoundingPoly()) { mergeBoundingPoly(other.getBoundingPoly()); } if (locationsBuilder_ == null) { if (!other.locations_.isEmpty()) { if (locations_.isEmpty()) { locations_ = other.locations_; bitField0_ = (bitField0_ & ~0x00000080); } else { ensureLocationsIsMutable(); locations_.addAll(other.locations_); } onChanged(); } } else { if (!other.locations_.isEmpty()) { if (locationsBuilder_.isEmpty()) { locationsBuilder_.dispose(); locationsBuilder_ = null; locations_ = other.locations_; bitField0_ = (bitField0_ & ~0x00000080); locationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getLocationsFieldBuilder() : null; } else { locationsBuilder_.addAllMessages(other.locations_); } } } if (propertiesBuilder_ == null) { if (!other.properties_.isEmpty()) { if (properties_.isEmpty()) { properties_ = other.properties_; bitField0_ = (bitField0_ & ~0x00000100); } else { ensurePropertiesIsMutable(); properties_.addAll(other.properties_); } onChanged(); } } else { if (!other.properties_.isEmpty()) { if (propertiesBuilder_.isEmpty()) { propertiesBuilder_.dispose(); propertiesBuilder_ = null; properties_ = other.properties_; bitField0_ = (bitField0_ & ~0x00000100); propertiesBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getPropertiesFieldBuilder() : null; } else { propertiesBuilder_.addAllMessages(other.properties_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.cloud.vision.v1p4beta1.EntityAnnotation parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.google.cloud.vision.v1p4beta1.EntityAnnotation) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object mid_ = ""; /** * * *
     * Opaque entity ID. Some IDs may be available in
     * [Google Knowledge Graph Search
     * API](https://developers.google.com/knowledge-graph/).
     * 
* * string mid = 1; */ public java.lang.String getMid() { java.lang.Object ref = mid_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); mid_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * Opaque entity ID. Some IDs may be available in
     * [Google Knowledge Graph Search
     * API](https://developers.google.com/knowledge-graph/).
     * 
* * string mid = 1; */ public com.google.protobuf.ByteString getMidBytes() { java.lang.Object ref = mid_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); mid_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * Opaque entity ID. Some IDs may be available in
     * [Google Knowledge Graph Search
     * API](https://developers.google.com/knowledge-graph/).
     * 
* * string mid = 1; */ public Builder setMid(java.lang.String value) { if (value == null) { throw new NullPointerException(); } mid_ = value; onChanged(); return this; } /** * * *
     * Opaque entity ID. Some IDs may be available in
     * [Google Knowledge Graph Search
     * API](https://developers.google.com/knowledge-graph/).
     * 
* * string mid = 1; */ public Builder clearMid() { mid_ = getDefaultInstance().getMid(); onChanged(); return this; } /** * * *
     * Opaque entity ID. Some IDs may be available in
     * [Google Knowledge Graph Search
     * API](https://developers.google.com/knowledge-graph/).
     * 
* * string mid = 1; */ public Builder setMidBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); mid_ = value; onChanged(); return this; } private java.lang.Object locale_ = ""; /** * * *
     * The language code for the locale in which the entity textual
     * `description` is expressed.
     * 
* * string locale = 2; */ public java.lang.String getLocale() { java.lang.Object ref = locale_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); locale_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * The language code for the locale in which the entity textual
     * `description` is expressed.
     * 
* * string locale = 2; */ public com.google.protobuf.ByteString getLocaleBytes() { java.lang.Object ref = locale_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); locale_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * The language code for the locale in which the entity textual
     * `description` is expressed.
     * 
* * string locale = 2; */ public Builder setLocale(java.lang.String value) { if (value == null) { throw new NullPointerException(); } locale_ = value; onChanged(); return this; } /** * * *
     * The language code for the locale in which the entity textual
     * `description` is expressed.
     * 
* * string locale = 2; */ public Builder clearLocale() { locale_ = getDefaultInstance().getLocale(); onChanged(); return this; } /** * * *
     * The language code for the locale in which the entity textual
     * `description` is expressed.
     * 
* * string locale = 2; */ public Builder setLocaleBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); locale_ = value; onChanged(); return this; } private java.lang.Object description_ = ""; /** * * *
     * Entity textual description, expressed in its `locale` language.
     * 
* * string description = 3; */ public java.lang.String getDescription() { java.lang.Object ref = description_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * Entity textual description, expressed in its `locale` language.
     * 
* * string description = 3; */ public com.google.protobuf.ByteString getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); description_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * Entity textual description, expressed in its `locale` language.
     * 
* * string description = 3; */ public Builder setDescription(java.lang.String value) { if (value == null) { throw new NullPointerException(); } description_ = value; onChanged(); return this; } /** * * *
     * Entity textual description, expressed in its `locale` language.
     * 
* * string description = 3; */ public Builder clearDescription() { description_ = getDefaultInstance().getDescription(); onChanged(); return this; } /** * * *
     * Entity textual description, expressed in its `locale` language.
     * 
* * string description = 3; */ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); description_ = value; onChanged(); return this; } private float score_; /** * * *
     * Overall score of the result. Range [0, 1].
     * 
* * float score = 4; */ public float getScore() { return score_; } /** * * *
     * Overall score of the result. Range [0, 1].
     * 
* * float score = 4; */ public Builder setScore(float value) { score_ = value; onChanged(); return this; } /** * * *
     * Overall score of the result. Range [0, 1].
     * 
* * float score = 4; */ public Builder clearScore() { score_ = 0F; onChanged(); return this; } private float confidence_; /** * * *
     * **Deprecated. Use `score` instead.**
     * The accuracy of the entity detection in an image.
     * For example, for an image in which the "Eiffel Tower" entity is detected,
     * this field represents the confidence that there is a tower in the query
     * image. Range [0, 1].
     * 
* * float confidence = 5 [deprecated = true]; */ @java.lang.Deprecated public float getConfidence() { return confidence_; } /** * * *
     * **Deprecated. Use `score` instead.**
     * The accuracy of the entity detection in an image.
     * For example, for an image in which the "Eiffel Tower" entity is detected,
     * this field represents the confidence that there is a tower in the query
     * image. Range [0, 1].
     * 
* * float confidence = 5 [deprecated = true]; */ @java.lang.Deprecated public Builder setConfidence(float value) { confidence_ = value; onChanged(); return this; } /** * * *
     * **Deprecated. Use `score` instead.**
     * The accuracy of the entity detection in an image.
     * For example, for an image in which the "Eiffel Tower" entity is detected,
     * this field represents the confidence that there is a tower in the query
     * image. Range [0, 1].
     * 
* * float confidence = 5 [deprecated = true]; */ @java.lang.Deprecated public Builder clearConfidence() { confidence_ = 0F; onChanged(); return this; } private float topicality_; /** * * *
     * The relevancy of the ICA (Image Content Annotation) label to the
     * image. For example, the relevancy of "tower" is likely higher to an image
     * containing the detected "Eiffel Tower" than to an image containing a
     * detected distant towering building, even though the confidence that
     * there is a tower in each image may be the same. Range [0, 1].
     * 
* * float topicality = 6; */ public float getTopicality() { return topicality_; } /** * * *
     * The relevancy of the ICA (Image Content Annotation) label to the
     * image. For example, the relevancy of "tower" is likely higher to an image
     * containing the detected "Eiffel Tower" than to an image containing a
     * detected distant towering building, even though the confidence that
     * there is a tower in each image may be the same. Range [0, 1].
     * 
* * float topicality = 6; */ public Builder setTopicality(float value) { topicality_ = value; onChanged(); return this; } /** * * *
     * The relevancy of the ICA (Image Content Annotation) label to the
     * image. For example, the relevancy of "tower" is likely higher to an image
     * containing the detected "Eiffel Tower" than to an image containing a
     * detected distant towering building, even though the confidence that
     * there is a tower in each image may be the same. Range [0, 1].
     * 
* * float topicality = 6; */ public Builder clearTopicality() { topicality_ = 0F; onChanged(); return this; } private com.google.cloud.vision.v1p4beta1.BoundingPoly boundingPoly_; private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.vision.v1p4beta1.BoundingPoly, com.google.cloud.vision.v1p4beta1.BoundingPoly.Builder, com.google.cloud.vision.v1p4beta1.BoundingPolyOrBuilder> boundingPolyBuilder_; /** * * *
     * Image region to which this entity belongs. Not produced
     * for `LABEL_DETECTION` features.
     * 
* * .google.cloud.vision.v1p4beta1.BoundingPoly bounding_poly = 7; */ public boolean hasBoundingPoly() { return boundingPolyBuilder_ != null || boundingPoly_ != null; } /** * * *
     * Image region to which this entity belongs. Not produced
     * for `LABEL_DETECTION` features.
     * 
* * .google.cloud.vision.v1p4beta1.BoundingPoly bounding_poly = 7; */ public com.google.cloud.vision.v1p4beta1.BoundingPoly getBoundingPoly() { if (boundingPolyBuilder_ == null) { return boundingPoly_ == null ? com.google.cloud.vision.v1p4beta1.BoundingPoly.getDefaultInstance() : boundingPoly_; } else { return boundingPolyBuilder_.getMessage(); } } /** * * *
     * Image region to which this entity belongs. Not produced
     * for `LABEL_DETECTION` features.
     * 
* * .google.cloud.vision.v1p4beta1.BoundingPoly bounding_poly = 7; */ public Builder setBoundingPoly(com.google.cloud.vision.v1p4beta1.BoundingPoly value) { if (boundingPolyBuilder_ == null) { if (value == null) { throw new NullPointerException(); } boundingPoly_ = value; onChanged(); } else { boundingPolyBuilder_.setMessage(value); } return this; } /** * * *
     * Image region to which this entity belongs. Not produced
     * for `LABEL_DETECTION` features.
     * 
* * .google.cloud.vision.v1p4beta1.BoundingPoly bounding_poly = 7; */ public Builder setBoundingPoly( com.google.cloud.vision.v1p4beta1.BoundingPoly.Builder builderForValue) { if (boundingPolyBuilder_ == null) { boundingPoly_ = builderForValue.build(); onChanged(); } else { boundingPolyBuilder_.setMessage(builderForValue.build()); } return this; } /** * * *
     * Image region to which this entity belongs. Not produced
     * for `LABEL_DETECTION` features.
     * 
* * .google.cloud.vision.v1p4beta1.BoundingPoly bounding_poly = 7; */ public Builder mergeBoundingPoly(com.google.cloud.vision.v1p4beta1.BoundingPoly value) { if (boundingPolyBuilder_ == null) { if (boundingPoly_ != null) { boundingPoly_ = com.google.cloud.vision.v1p4beta1.BoundingPoly.newBuilder(boundingPoly_) .mergeFrom(value) .buildPartial(); } else { boundingPoly_ = value; } onChanged(); } else { boundingPolyBuilder_.mergeFrom(value); } return this; } /** * * *
     * Image region to which this entity belongs. Not produced
     * for `LABEL_DETECTION` features.
     * 
* * .google.cloud.vision.v1p4beta1.BoundingPoly bounding_poly = 7; */ public Builder clearBoundingPoly() { if (boundingPolyBuilder_ == null) { boundingPoly_ = null; onChanged(); } else { boundingPoly_ = null; boundingPolyBuilder_ = null; } return this; } /** * * *
     * Image region to which this entity belongs. Not produced
     * for `LABEL_DETECTION` features.
     * 
* * .google.cloud.vision.v1p4beta1.BoundingPoly bounding_poly = 7; */ public com.google.cloud.vision.v1p4beta1.BoundingPoly.Builder getBoundingPolyBuilder() { onChanged(); return getBoundingPolyFieldBuilder().getBuilder(); } /** * * *
     * Image region to which this entity belongs. Not produced
     * for `LABEL_DETECTION` features.
     * 
* * .google.cloud.vision.v1p4beta1.BoundingPoly bounding_poly = 7; */ public com.google.cloud.vision.v1p4beta1.BoundingPolyOrBuilder getBoundingPolyOrBuilder() { if (boundingPolyBuilder_ != null) { return boundingPolyBuilder_.getMessageOrBuilder(); } else { return boundingPoly_ == null ? com.google.cloud.vision.v1p4beta1.BoundingPoly.getDefaultInstance() : boundingPoly_; } } /** * * *
     * Image region to which this entity belongs. Not produced
     * for `LABEL_DETECTION` features.
     * 
* * .google.cloud.vision.v1p4beta1.BoundingPoly bounding_poly = 7; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.vision.v1p4beta1.BoundingPoly, com.google.cloud.vision.v1p4beta1.BoundingPoly.Builder, com.google.cloud.vision.v1p4beta1.BoundingPolyOrBuilder> getBoundingPolyFieldBuilder() { if (boundingPolyBuilder_ == null) { boundingPolyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.vision.v1p4beta1.BoundingPoly, com.google.cloud.vision.v1p4beta1.BoundingPoly.Builder, com.google.cloud.vision.v1p4beta1.BoundingPolyOrBuilder>( getBoundingPoly(), getParentForChildren(), isClean()); boundingPoly_ = null; } return boundingPolyBuilder_; } private java.util.List locations_ = java.util.Collections.emptyList(); private void ensureLocationsIsMutable() { if (!((bitField0_ & 0x00000080) != 0)) { locations_ = new java.util.ArrayList(locations_); bitField0_ |= 0x00000080; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.vision.v1p4beta1.LocationInfo, com.google.cloud.vision.v1p4beta1.LocationInfo.Builder, com.google.cloud.vision.v1p4beta1.LocationInfoOrBuilder> locationsBuilder_; /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public java.util.List getLocationsList() { if (locationsBuilder_ == null) { return java.util.Collections.unmodifiableList(locations_); } else { return locationsBuilder_.getMessageList(); } } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public int getLocationsCount() { if (locationsBuilder_ == null) { return locations_.size(); } else { return locationsBuilder_.getCount(); } } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public com.google.cloud.vision.v1p4beta1.LocationInfo getLocations(int index) { if (locationsBuilder_ == null) { return locations_.get(index); } else { return locationsBuilder_.getMessage(index); } } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public Builder setLocations(int index, com.google.cloud.vision.v1p4beta1.LocationInfo value) { if (locationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureLocationsIsMutable(); locations_.set(index, value); onChanged(); } else { locationsBuilder_.setMessage(index, value); } return this; } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public Builder setLocations( int index, com.google.cloud.vision.v1p4beta1.LocationInfo.Builder builderForValue) { if (locationsBuilder_ == null) { ensureLocationsIsMutable(); locations_.set(index, builderForValue.build()); onChanged(); } else { locationsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public Builder addLocations(com.google.cloud.vision.v1p4beta1.LocationInfo value) { if (locationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureLocationsIsMutable(); locations_.add(value); onChanged(); } else { locationsBuilder_.addMessage(value); } return this; } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public Builder addLocations(int index, com.google.cloud.vision.v1p4beta1.LocationInfo value) { if (locationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureLocationsIsMutable(); locations_.add(index, value); onChanged(); } else { locationsBuilder_.addMessage(index, value); } return this; } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public Builder addLocations( com.google.cloud.vision.v1p4beta1.LocationInfo.Builder builderForValue) { if (locationsBuilder_ == null) { ensureLocationsIsMutable(); locations_.add(builderForValue.build()); onChanged(); } else { locationsBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public Builder addLocations( int index, com.google.cloud.vision.v1p4beta1.LocationInfo.Builder builderForValue) { if (locationsBuilder_ == null) { ensureLocationsIsMutable(); locations_.add(index, builderForValue.build()); onChanged(); } else { locationsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public Builder addAllLocations( java.lang.Iterable values) { if (locationsBuilder_ == null) { ensureLocationsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, locations_); onChanged(); } else { locationsBuilder_.addAllMessages(values); } return this; } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public Builder clearLocations() { if (locationsBuilder_ == null) { locations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000080); onChanged(); } else { locationsBuilder_.clear(); } return this; } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public Builder removeLocations(int index) { if (locationsBuilder_ == null) { ensureLocationsIsMutable(); locations_.remove(index); onChanged(); } else { locationsBuilder_.remove(index); } return this; } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public com.google.cloud.vision.v1p4beta1.LocationInfo.Builder getLocationsBuilder(int index) { return getLocationsFieldBuilder().getBuilder(index); } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public com.google.cloud.vision.v1p4beta1.LocationInfoOrBuilder getLocationsOrBuilder( int index) { if (locationsBuilder_ == null) { return locations_.get(index); } else { return locationsBuilder_.getMessageOrBuilder(index); } } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public java.util.List getLocationsOrBuilderList() { if (locationsBuilder_ != null) { return locationsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(locations_); } } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public com.google.cloud.vision.v1p4beta1.LocationInfo.Builder addLocationsBuilder() { return getLocationsFieldBuilder() .addBuilder(com.google.cloud.vision.v1p4beta1.LocationInfo.getDefaultInstance()); } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public com.google.cloud.vision.v1p4beta1.LocationInfo.Builder addLocationsBuilder(int index) { return getLocationsFieldBuilder() .addBuilder(index, com.google.cloud.vision.v1p4beta1.LocationInfo.getDefaultInstance()); } /** * * *
     * The location information for the detected entity. Multiple
     * `LocationInfo` elements can be present because one location may
     * indicate the location of the scene in the image, and another location
     * may indicate the location of the place where the image was taken.
     * Location information is usually present for landmarks.
     * 
* * repeated .google.cloud.vision.v1p4beta1.LocationInfo locations = 8; */ public java.util.List getLocationsBuilderList() { return getLocationsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.vision.v1p4beta1.LocationInfo, com.google.cloud.vision.v1p4beta1.LocationInfo.Builder, com.google.cloud.vision.v1p4beta1.LocationInfoOrBuilder> getLocationsFieldBuilder() { if (locationsBuilder_ == null) { locationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.vision.v1p4beta1.LocationInfo, com.google.cloud.vision.v1p4beta1.LocationInfo.Builder, com.google.cloud.vision.v1p4beta1.LocationInfoOrBuilder>( locations_, ((bitField0_ & 0x00000080) != 0), getParentForChildren(), isClean()); locations_ = null; } return locationsBuilder_; } private java.util.List properties_ = java.util.Collections.emptyList(); private void ensurePropertiesIsMutable() { if (!((bitField0_ & 0x00000100) != 0)) { properties_ = new java.util.ArrayList(properties_); bitField0_ |= 0x00000100; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.vision.v1p4beta1.Property, com.google.cloud.vision.v1p4beta1.Property.Builder, com.google.cloud.vision.v1p4beta1.PropertyOrBuilder> propertiesBuilder_; /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public java.util.List getPropertiesList() { if (propertiesBuilder_ == null) { return java.util.Collections.unmodifiableList(properties_); } else { return propertiesBuilder_.getMessageList(); } } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public int getPropertiesCount() { if (propertiesBuilder_ == null) { return properties_.size(); } else { return propertiesBuilder_.getCount(); } } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public com.google.cloud.vision.v1p4beta1.Property getProperties(int index) { if (propertiesBuilder_ == null) { return properties_.get(index); } else { return propertiesBuilder_.getMessage(index); } } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public Builder setProperties(int index, com.google.cloud.vision.v1p4beta1.Property value) { if (propertiesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePropertiesIsMutable(); properties_.set(index, value); onChanged(); } else { propertiesBuilder_.setMessage(index, value); } return this; } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public Builder setProperties( int index, com.google.cloud.vision.v1p4beta1.Property.Builder builderForValue) { if (propertiesBuilder_ == null) { ensurePropertiesIsMutable(); properties_.set(index, builderForValue.build()); onChanged(); } else { propertiesBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public Builder addProperties(com.google.cloud.vision.v1p4beta1.Property value) { if (propertiesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePropertiesIsMutable(); properties_.add(value); onChanged(); } else { propertiesBuilder_.addMessage(value); } return this; } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public Builder addProperties(int index, com.google.cloud.vision.v1p4beta1.Property value) { if (propertiesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePropertiesIsMutable(); properties_.add(index, value); onChanged(); } else { propertiesBuilder_.addMessage(index, value); } return this; } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public Builder addProperties( com.google.cloud.vision.v1p4beta1.Property.Builder builderForValue) { if (propertiesBuilder_ == null) { ensurePropertiesIsMutable(); properties_.add(builderForValue.build()); onChanged(); } else { propertiesBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public Builder addProperties( int index, com.google.cloud.vision.v1p4beta1.Property.Builder builderForValue) { if (propertiesBuilder_ == null) { ensurePropertiesIsMutable(); properties_.add(index, builderForValue.build()); onChanged(); } else { propertiesBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public Builder addAllProperties( java.lang.Iterable values) { if (propertiesBuilder_ == null) { ensurePropertiesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, properties_); onChanged(); } else { propertiesBuilder_.addAllMessages(values); } return this; } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public Builder clearProperties() { if (propertiesBuilder_ == null) { properties_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000100); onChanged(); } else { propertiesBuilder_.clear(); } return this; } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public Builder removeProperties(int index) { if (propertiesBuilder_ == null) { ensurePropertiesIsMutable(); properties_.remove(index); onChanged(); } else { propertiesBuilder_.remove(index); } return this; } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public com.google.cloud.vision.v1p4beta1.Property.Builder getPropertiesBuilder(int index) { return getPropertiesFieldBuilder().getBuilder(index); } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public com.google.cloud.vision.v1p4beta1.PropertyOrBuilder getPropertiesOrBuilder(int index) { if (propertiesBuilder_ == null) { return properties_.get(index); } else { return propertiesBuilder_.getMessageOrBuilder(index); } } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public java.util.List getPropertiesOrBuilderList() { if (propertiesBuilder_ != null) { return propertiesBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(properties_); } } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public com.google.cloud.vision.v1p4beta1.Property.Builder addPropertiesBuilder() { return getPropertiesFieldBuilder() .addBuilder(com.google.cloud.vision.v1p4beta1.Property.getDefaultInstance()); } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public com.google.cloud.vision.v1p4beta1.Property.Builder addPropertiesBuilder(int index) { return getPropertiesFieldBuilder() .addBuilder(index, com.google.cloud.vision.v1p4beta1.Property.getDefaultInstance()); } /** * * *
     * Some entities may have optional user-supplied `Property` (name/value)
     * fields, such a score or string that qualifies the entity.
     * 
* * repeated .google.cloud.vision.v1p4beta1.Property properties = 9; */ public java.util.List getPropertiesBuilderList() { return getPropertiesFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.vision.v1p4beta1.Property, com.google.cloud.vision.v1p4beta1.Property.Builder, com.google.cloud.vision.v1p4beta1.PropertyOrBuilder> getPropertiesFieldBuilder() { if (propertiesBuilder_ == null) { propertiesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.vision.v1p4beta1.Property, com.google.cloud.vision.v1p4beta1.Property.Builder, com.google.cloud.vision.v1p4beta1.PropertyOrBuilder>( properties_, ((bitField0_ & 0x00000100) != 0), getParentForChildren(), isClean()); properties_ = null; } return propertiesBuilder_; } @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.cloud.vision.v1p4beta1.EntityAnnotation) } // @@protoc_insertion_point(class_scope:google.cloud.vision.v1p4beta1.EntityAnnotation) private static final com.google.cloud.vision.v1p4beta1.EntityAnnotation DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.vision.v1p4beta1.EntityAnnotation(); } public static com.google.cloud.vision.v1p4beta1.EntityAnnotation getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public EntityAnnotation parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new EntityAnnotation(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.cloud.vision.v1p4beta1.EntityAnnotation getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy