Interface Vision.GetClassificationsFromCameraRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    the image encoded as bytes
    com.google.protobuf.ByteString
    the image encoded as bytes
    com.google.protobuf.Struct
    Additional arguments to the method
    int
    the number of classifications desired
    name of the vision service
    com.google.protobuf.ByteString
    name of the vision service
    boolean
    Additional arguments to the method

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getName

      String getName()
       name of the vision service
       
      string name = 1 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       name of the vision service
       
      string name = 1 [json_name = "name"];
      Returns:
      The bytes for name.
    • getCameraName

      String getCameraName()
       the image encoded as bytes
       
      string camera_name = 2 [json_name = "cameraName"];
      Returns:
      The cameraName.
    • getCameraNameBytes

      com.google.protobuf.ByteString getCameraNameBytes()
       the image encoded as bytes
       
      string camera_name = 2 [json_name = "cameraName"];
      Returns:
      The bytes for cameraName.
    • getN

      int getN()
       the number of classifications desired
       
      int32 n = 3 [json_name = "n"];
      Returns:
      The n.
    • hasExtra

      boolean hasExtra()
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Returns:
      Whether the extra field is set.
    • getExtra

      com.google.protobuf.Struct getExtra()
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Returns:
      The extra.