Package biopb.image

Interface DetectionRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DetectionRequest, DetectionRequest.Builder

public interface DetectionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Other parameters associated with the request, such as score threshold etc.
    Other parameters associated with the request, such as score threshold etc.
    com.google.protobuf.FieldMask
    A field_mask to indicate the requested fields in the reply.
    com.google.protobuf.FieldMaskOrBuilder
    A field_mask to indicate the requested fields in the reply.
    Encapsulate all pixel data and associated metadata.
    Encapsulate all pixel data and associated metadata.
    com.google.protobuf.Struct
    Optional kwargs for endpoint-specific parameters.
    com.google.protobuf.StructOrBuilder
    Optional kwargs for endpoint-specific parameters.
    boolean
    Other parameters associated with the request, such as score threshold etc.
    boolean
    A field_mask to indicate the requested fields in the reply.
    boolean
    Encapsulate all pixel data and associated metadata.
    boolean
    Optional kwargs for endpoint-specific parameters.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasImageData

      boolean hasImageData()
       Encapsulate all pixel data and associated metadata. In a streaming call,
       this field is allowed to be null, which simply is a request to re-analyze
       the last submitted image with the updated settings. If this is the first
       call in a stream, the server will not return results, but simply update
       and remember the settings.
       
      .biopb.image.ImageData image_data = 1;
      Returns:
      Whether the imageData field is set.
    • getImageData

      ImageData getImageData()
       Encapsulate all pixel data and associated metadata. In a streaming call,
       this field is allowed to be null, which simply is a request to re-analyze
       the last submitted image with the updated settings. If this is the first
       call in a stream, the server will not return results, but simply update
       and remember the settings.
       
      .biopb.image.ImageData image_data = 1;
      Returns:
      The imageData.
    • getImageDataOrBuilder

      ImageDataOrBuilder getImageDataOrBuilder()
       Encapsulate all pixel data and associated metadata. In a streaming call,
       this field is allowed to be null, which simply is a request to re-analyze
       the last submitted image with the updated settings. If this is the first
       call in a stream, the server will not return results, but simply update
       and remember the settings.
       
      .biopb.image.ImageData image_data = 1;
    • hasDetectionSettings

      boolean hasDetectionSettings()
       Other parameters associated with the request, such as score threshold
       etc. In a streaming call, this field is allowed to be null, in which case
       the server will use the setings of the previous request.
       
      .biopb.image.DetectionSettings detection_settings = 2;
      Returns:
      Whether the detectionSettings field is set.
    • getDetectionSettings

      DetectionSettings getDetectionSettings()
       Other parameters associated with the request, such as score threshold
       etc. In a streaming call, this field is allowed to be null, in which case
       the server will use the setings of the previous request.
       
      .biopb.image.DetectionSettings detection_settings = 2;
      Returns:
      The detectionSettings.
    • getDetectionSettingsOrBuilder

      DetectionSettingsOrBuilder getDetectionSettingsOrBuilder()
       Other parameters associated with the request, such as score threshold
       etc. In a streaming call, this field is allowed to be null, in which case
       the server will use the setings of the previous request.
       
      .biopb.image.DetectionSettings detection_settings = 2;
    • hasFieldMask

      boolean hasFieldMask()
       A field_mask to indicate the requested fields in the reply. Default is to
       return the full response.
       
      .google.protobuf.FieldMask field_mask = 3;
      Returns:
      Whether the fieldMask field is set.
    • getFieldMask

      com.google.protobuf.FieldMask getFieldMask()
       A field_mask to indicate the requested fields in the reply. Default is to
       return the full response.
       
      .google.protobuf.FieldMask field_mask = 3;
      Returns:
      The fieldMask.
    • getFieldMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getFieldMaskOrBuilder()
       A field_mask to indicate the requested fields in the reply. Default is to
       return the full response.
       
      .google.protobuf.FieldMask field_mask = 3;
    • hasKwargs

      boolean hasKwargs()
       Optional kwargs for endpoint-specific parameters.
       Arbitrary key-value pairs that can be passed to the server.
       
      .google.protobuf.Struct kwargs = 4;
      Returns:
      Whether the kwargs field is set.
    • getKwargs

      com.google.protobuf.Struct getKwargs()
       Optional kwargs for endpoint-specific parameters.
       Arbitrary key-value pairs that can be passed to the server.
       
      .google.protobuf.Struct kwargs = 4;
      Returns:
      The kwargs.
    • getKwargsOrBuilder

      com.google.protobuf.StructOrBuilder getKwargsOrBuilder()
       Optional kwargs for endpoint-specific parameters.
       Arbitrary key-value pairs that can be passed to the server.
       
      .google.protobuf.Struct kwargs = 4;