Class PersonalProtectiveEquipmentDetectionOutput.NormalizedBoundingBox (0.33.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.33.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox   extends   GeneratedMessageV3   implements   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBoxOrBuilder  
   Bounding Box in the normalized coordinates.
 Protobuf type 
 google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.NormalizedBoundingBox
    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
   
  HEIGHT_FIELD_NUMBER 
  
    
public   static   final   int   HEIGHT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  WIDTH_FIELD_NUMBER 
  
    
public   static   final   int   WIDTH_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  XMIN_FIELD_NUMBER 
  
    
public   static   final   int   XMIN_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  YMIN_FIELD_NUMBER 
  
    
public   static   final   int   YMIN_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox . Builder   newBuilder ()  
  
  newBuilder(PersonalProtectiveEquipmentDetectionOutput.NormalizedBoundingBox prototype) 
  
    
public   static   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox . Builder   newBuilder ( PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox   prototype )  
  
  
  
    
public   static   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox >  parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox   getDefaultInstanceForType ()  
  
  getHeight() 
  
   Height of the bounding box.
 float height = 4;
    
      
        Returns  
      
        Type Description  
      
        float The height.
 
     
  
  getParserForType() 
  
    
public   Parser<PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox >  getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getWidth() 
  
   Width of the bounding box.
 float width = 3;
    
      
        Returns  
      
        Type Description  
      
        float The width.
 
     
  
  getXmin() 
  
   Min in x coordinate.
 float xmin = 1;
    
      
        Returns  
      
        Type Description  
      
        float The xmin.
 
     
  
  getYmin() 
  
   Min in y coordinate.
 float ymin = 2;
    
      
        Returns  
      
        Type Description  
      
        float The ymin.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   PersonalProtectiveEquipmentDetectionOutput . NormalizedBoundingBox . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]