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
    boolean
    whether or not detections are supported by the vision service
    boolean
    whether or not 3d segmentation is supported by the vision service

    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.