public final class ImageObjectDetectionPredictionResult extends GeneratedMessageV3 implements ImageObjectDetectionPredictionResultOrBuilder
   
   Prediction output format for Image Object Detection.
 Protobuf type google.cloud.visionai.v1.ImageObjectDetectionPredictionResult
 
  
  
  
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
  
  BBOXES_FIELD_NUMBER
  
    public static final int BBOXES_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  CONFIDENCES_FIELD_NUMBER
  
    public static final int CONFIDENCES_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  DISPLAY_NAMES_FIELD_NUMBER
  
    public static final int DISPLAY_NAMES_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  IDS_FIELD_NUMBER
  
    public static final int IDS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  Static Methods
  
  
  getDefaultInstance()
  
    public static ImageObjectDetectionPredictionResult getDefaultInstance()
   
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  
  newBuilder()
  
    public static ImageObjectDetectionPredictionResult.Builder newBuilder()
   
  
  
  newBuilder(ImageObjectDetectionPredictionResult prototype)
  
    public static ImageObjectDetectionPredictionResult.Builder newBuilder(ImageObjectDetectionPredictionResult prototype)
   
  
  
  
  
  
    public static ImageObjectDetectionPredictionResult parseDelimitedFrom(InputStream input)
   
  
  
  
  
  
  
    public static ImageObjectDetectionPredictionResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(byte[] data)
  
    public static ImageObjectDetectionPredictionResult parseFrom(byte[] data)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        data | 
        byte[]
  | 
      
    
  
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static ImageObjectDetectionPredictionResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteString data)
  
    public static ImageObjectDetectionPredictionResult parseFrom(ByteString data)
   
  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static ImageObjectDetectionPredictionResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static ImageObjectDetectionPredictionResult parseFrom(CodedInputStream input)
   
  
  
  
  
  
  
    public static ImageObjectDetectionPredictionResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static ImageObjectDetectionPredictionResult parseFrom(InputStream input)
   
  
  
  
  
  
  
    public static ImageObjectDetectionPredictionResult parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteBuffer data)
  
    public static ImageObjectDetectionPredictionResult parseFrom(ByteBuffer data)
   
  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static ImageObjectDetectionPredictionResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parser()
  
    public static Parser<ImageObjectDetectionPredictionResult> parser()
   
  
  Methods
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        obj | 
        Object
  | 
      
    
  
  
  Overrides
  
  
  getBboxes(int index)
  
    public ListValue getBboxes(int index)
   
   Bounding boxes, i.e. the rectangles over the image, that pinpoint
 the found AnnotationSpecs. Given in order that matches the IDs. Each
 bounding box is an array of 4 numbers xMin, xMax, yMin, and
 yMax, which represent the extremal coordinates of the box. They are
 relative to the image size, and the point 0,0 is in the top left
 of the image.
 repeated .google.protobuf.ListValue bboxes = 4;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getBboxesCount()
  
    public int getBboxesCount()
   
   Bounding boxes, i.e. the rectangles over the image, that pinpoint
 the found AnnotationSpecs. Given in order that matches the IDs. Each
 bounding box is an array of 4 numbers xMin, xMax, yMin, and
 yMax, which represent the extremal coordinates of the box. They are
 relative to the image size, and the point 0,0 is in the top left
 of the image.
 repeated .google.protobuf.ListValue bboxes = 4;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  
  getBboxesList()
  
    public List<ListValue> getBboxesList()
   
   Bounding boxes, i.e. the rectangles over the image, that pinpoint
 the found AnnotationSpecs. Given in order that matches the IDs. Each
 bounding box is an array of 4 numbers xMin, xMax, yMin, and
 yMax, which represent the extremal coordinates of the box. They are
 relative to the image size, and the point 0,0 is in the top left
 of the image.
 repeated .google.protobuf.ListValue bboxes = 4;
 
  
  
  getBboxesOrBuilder(int index)
  
    public ListValueOrBuilder getBboxesOrBuilder(int index)
   
   Bounding boxes, i.e. the rectangles over the image, that pinpoint
 the found AnnotationSpecs. Given in order that matches the IDs. Each
 bounding box is an array of 4 numbers xMin, xMax, yMin, and
 yMax, which represent the extremal coordinates of the box. They are
 relative to the image size, and the point 0,0 is in the top left
 of the image.
 repeated .google.protobuf.ListValue bboxes = 4;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getBboxesOrBuilderList()
  
    public List<? extends ListValueOrBuilder> getBboxesOrBuilderList()
   
   Bounding boxes, i.e. the rectangles over the image, that pinpoint
 the found AnnotationSpecs. Given in order that matches the IDs. Each
 bounding box is an array of 4 numbers xMin, xMax, yMin, and
 yMax, which represent the extremal coordinates of the box. They are
 relative to the image size, and the point 0,0 is in the top left
 of the image.
 repeated .google.protobuf.ListValue bboxes = 4;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        List<? extends com.google.protobuf.ListValueOrBuilder> | 
         | 
      
    
  
  
  getConfidences(int index)
  
    public float getConfidences(int index)
   
   The Model's confidences in correctness of the predicted IDs, higher value
 means higher confidence. Order matches the Ids.
 repeated float confidences = 3;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
 The index of the element to return. 
 | 
      
    
  
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        float | 
        The confidences at the given index. 
 | 
      
    
  
  
  getConfidencesCount()
  
    public int getConfidencesCount()
   
   The Model's confidences in correctness of the predicted IDs, higher value
 means higher confidence. Order matches the Ids.
 repeated float confidences = 3;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
        The count of confidences. 
 | 
      
    
  
  
  getConfidencesList()
  
    public List<Float> getConfidencesList()
   
   The Model's confidences in correctness of the predicted IDs, higher value
 means higher confidence. Order matches the Ids.
 repeated float confidences = 3;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        List<Float> | 
        A list containing the confidences. 
 | 
      
    
  
  
  getDefaultInstanceForType()
  
    public ImageObjectDetectionPredictionResult getDefaultInstanceForType()
   
  
  
  getDisplayNames(int index)
  
    public String getDisplayNames(int index)
   
   The display names of the AnnotationSpecs that had been identified, order
 matches the IDs.
 repeated string display_names = 2;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
 The index of the element to return. 
 | 
      
    
  
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        String | 
        The displayNames at the given index. 
 | 
      
    
  
  
  getDisplayNamesBytes(int index)
  
    public ByteString getDisplayNamesBytes(int index)
   
   The display names of the AnnotationSpecs that had been identified, order
 matches the IDs.
 repeated string display_names = 2;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
 The index of the value to return. 
 | 
      
    
  
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        ByteString | 
        The bytes of the displayNames at the given index. 
 | 
      
    
  
  
  getDisplayNamesCount()
  
    public int getDisplayNamesCount()
   
   The display names of the AnnotationSpecs that had been identified, order
 matches the IDs.
 repeated string display_names = 2;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
        The count of displayNames. 
 | 
      
    
  
  
  getDisplayNamesList()
  
    public ProtocolStringList getDisplayNamesList()
   
   The display names of the AnnotationSpecs that had been identified, order
 matches the IDs.
 repeated string display_names = 2;
 
  
  
  getIds(int index)
  
    public long getIds(int index)
   
   The resource IDs of the AnnotationSpecs that had been identified, ordered
 by the confidence score descendingly. It is the id segment instead of full
 resource name.
 repeated int64 ids = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
 The index of the element to return. 
 | 
      
    
  
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        long | 
        The ids at the given index. 
 | 
      
    
  
  
  getIdsCount()
  
   The resource IDs of the AnnotationSpecs that had been identified, ordered
 by the confidence score descendingly. It is the id segment instead of full
 resource name.
 repeated int64 ids = 1;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
        The count of ids. 
 | 
      
    
  
  
  getIdsList()
  
    public List<Long> getIdsList()
   
   The resource IDs of the AnnotationSpecs that had been identified, ordered
 by the confidence score descendingly. It is the id segment instead of full
 resource name.
 repeated int64 ids = 1;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        List<Long> | 
        A list containing the ids. 
 | 
      
    
  
  
  getParserForType()
  
    public Parser<ImageObjectDetectionPredictionResult> getParserForType()
   
  
  Overrides
  
  
  getSerializedSize()
  
    public int getSerializedSize()
   
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  Overrides
  
  
  hashCode()
  
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  newBuilderForType()
  
    public ImageObjectDetectionPredictionResult.Builder newBuilderForType()
   
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected ImageObjectDetectionPredictionResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
   
  
  
  Overrides
  
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
  
    protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
   
  
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        Object | 
         | 
      
    
  
  Overrides
  
  
  toBuilder()
  
    public ImageObjectDetectionPredictionResult.Builder toBuilder()
   
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  
  Overrides