Interface Vision.GetPropertiesResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Vision.GetPropertiesResponse, Vision.GetPropertiesResponse.Builder
Enclosing class:
Vision

public static interface Vision.GetPropertiesResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    whether or not classifactions are supported by the vision service
    the default camera used for *FromCamera and GetObjectPointClouds calls
    com.google.protobuf.ByteString
    the default camera used for *FromCamera and GetObjectPointClouds calls
    boolean
    whether or not detections are supported by the vision service
    boolean
    whether or not 3d segmentation is supported by the vision service
    boolean
    the default camera used for *FromCamera and GetObjectPointClouds calls

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getClassificationsSupported

      boolean getClassificationsSupported()
       whether or not classifactions are supported by the vision service
       
      bool classifications_supported = 1 [json_name = "classificationsSupported"];
      Returns:
      The classificationsSupported.
    • getDetectionsSupported

      boolean getDetectionsSupported()
       whether or not detections are supported by the vision service
       
      bool detections_supported = 2 [json_name = "detectionsSupported"];
      Returns:
      The detectionsSupported.
    • getObjectPointCloudsSupported

      boolean getObjectPointCloudsSupported()
       whether or not 3d segmentation is supported by the vision service
       
      bool object_point_clouds_supported = 3 [json_name = "objectPointCloudsSupported"];
      Returns:
      The objectPointCloudsSupported.
    • hasDefaultCamera

      boolean hasDefaultCamera()
       the default camera used for *FromCamera and GetObjectPointClouds calls
       
      optional string default_camera = 4 [json_name = "defaultCamera"];
      Returns:
      Whether the defaultCamera field is set.
    • getDefaultCamera

      String getDefaultCamera()
       the default camera used for *FromCamera and GetObjectPointClouds calls
       
      optional string default_camera = 4 [json_name = "defaultCamera"];
      Returns:
      The defaultCamera.
    • getDefaultCameraBytes

      com.google.protobuf.ByteString getDefaultCameraBytes()
       the default camera used for *FromCamera and GetObjectPointClouds calls
       
      optional string default_camera = 4 [json_name = "defaultCamera"];
      Returns:
      The bytes for defaultCamera.