Uses of Class
biopb.image.DetectionSettings
Packages that use DetectionSettings
-
Uses of DetectionSettings in biopb.image
Methods in biopb.image that return DetectionSettingsModifier and TypeMethodDescriptionDetectionSettings.Builder.build()DetectionSettings.Builder.buildPartial()static DetectionSettingsDetectionSettings.getDefaultInstance()DetectionSettings.Builder.getDefaultInstanceForType()DetectionSettings.getDefaultInstanceForType()DetectionRequest.Builder.getDetectionSettings()Other parameters associated with the request, such as score threshold etc.DetectionRequest.getDetectionSettings()Other parameters associated with the request, such as score threshold etc.DetectionRequestOrBuilder.getDetectionSettings()Other parameters associated with the request, such as score threshold etc.static DetectionSettingsDetectionSettings.parseDelimitedFrom(InputStream input) static DetectionSettingsDetectionSettings.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DetectionSettingsDetectionSettings.parseFrom(byte[] data) static DetectionSettingsDetectionSettings.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DetectionSettingsDetectionSettings.parseFrom(com.google.protobuf.ByteString data) static DetectionSettingsDetectionSettings.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DetectionSettingsDetectionSettings.parseFrom(com.google.protobuf.CodedInputStream input) static DetectionSettingsDetectionSettings.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DetectionSettingsDetectionSettings.parseFrom(InputStream input) static DetectionSettingsDetectionSettings.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DetectionSettingsDetectionSettings.parseFrom(ByteBuffer data) static DetectionSettingsDetectionSettings.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in biopb.image that return types with arguments of type DetectionSettingsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DetectionSettings>DetectionSettings.getParserForType()static com.google.protobuf.Parser<DetectionSettings>DetectionSettings.parser()Methods in biopb.image with parameters of type DetectionSettingsModifier and TypeMethodDescriptionDetectionRequest.Builder.mergeDetectionSettings(DetectionSettings value) Other parameters associated with the request, such as score threshold etc.DetectionSettings.Builder.mergeFrom(DetectionSettings other) static DetectionSettings.BuilderDetectionSettings.newBuilder(DetectionSettings prototype) DetectionRequest.Builder.setDetectionSettings(DetectionSettings value) Other parameters associated with the request, such as score threshold etc.