Class Vision.GetPropertiesResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Vision.GetPropertiesResponse,Vision.GetPropertiesResponse.Builder>
com.viam.service.vision.v1.Vision.GetPropertiesResponse.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Vision.GetPropertiesResponseOrBuilder, Cloneable
Enclosing class:
Vision.GetPropertiesResponse

public static final class Vision.GetPropertiesResponse.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Vision.GetPropertiesResponse,Vision.GetPropertiesResponse.Builder> implements Vision.GetPropertiesResponseOrBuilder
Protobuf type viam.service.vision.v1.GetPropertiesResponse
  • Method Details

    • getClassificationsSupported

      public boolean getClassificationsSupported()
       whether or not classifactions are supported by the vision service
       
      bool classifications_supported = 1 [json_name = "classificationsSupported"];
      Specified by:
      getClassificationsSupported in interface Vision.GetPropertiesResponseOrBuilder
      Returns:
      The classificationsSupported.
    • setClassificationsSupported

      public Vision.GetPropertiesResponse.Builder setClassificationsSupported(boolean value)
       whether or not classifactions are supported by the vision service
       
      bool classifications_supported = 1 [json_name = "classificationsSupported"];
      Parameters:
      value - The classificationsSupported to set.
      Returns:
      This builder for chaining.
    • clearClassificationsSupported

      public Vision.GetPropertiesResponse.Builder clearClassificationsSupported()
       whether or not classifactions are supported by the vision service
       
      bool classifications_supported = 1 [json_name = "classificationsSupported"];
      Returns:
      This builder for chaining.
    • getDetectionsSupported

      public boolean getDetectionsSupported()
       whether or not detections are supported by the vision service
       
      bool detections_supported = 2 [json_name = "detectionsSupported"];
      Specified by:
      getDetectionsSupported in interface Vision.GetPropertiesResponseOrBuilder
      Returns:
      The detectionsSupported.
    • setDetectionsSupported

      public Vision.GetPropertiesResponse.Builder setDetectionsSupported(boolean value)
       whether or not detections are supported by the vision service
       
      bool detections_supported = 2 [json_name = "detectionsSupported"];
      Parameters:
      value - The detectionsSupported to set.
      Returns:
      This builder for chaining.
    • clearDetectionsSupported

      public Vision.GetPropertiesResponse.Builder clearDetectionsSupported()
       whether or not detections are supported by the vision service
       
      bool detections_supported = 2 [json_name = "detectionsSupported"];
      Returns:
      This builder for chaining.
    • getObjectPointCloudsSupported

      public boolean getObjectPointCloudsSupported()
       whether or not 3d segmentation is supported by the vision service
       
      bool object_point_clouds_supported = 3 [json_name = "objectPointCloudsSupported"];
      Specified by:
      getObjectPointCloudsSupported in interface Vision.GetPropertiesResponseOrBuilder
      Returns:
      The objectPointCloudsSupported.
    • setObjectPointCloudsSupported

      public Vision.GetPropertiesResponse.Builder setObjectPointCloudsSupported(boolean value)
       whether or not 3d segmentation is supported by the vision service
       
      bool object_point_clouds_supported = 3 [json_name = "objectPointCloudsSupported"];
      Parameters:
      value - The objectPointCloudsSupported to set.
      Returns:
      This builder for chaining.
    • clearObjectPointCloudsSupported

      public Vision.GetPropertiesResponse.Builder clearObjectPointCloudsSupported()
       whether or not 3d segmentation is supported by the vision service
       
      bool object_point_clouds_supported = 3 [json_name = "objectPointCloudsSupported"];
      Returns:
      This builder for chaining.