ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.Builder.clear() |
|
ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.Builder.clearConfidenceThreshold() |
When the model predicts category of pixels of the image, it will only
provide predictions for pixels that it is at least this much confident
about.
|
ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.Builder.clone() |
|
ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.Builder.mergeFrom(ImageSegmentationPredictionParams other) |
|
ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.newBuilder() |
|
static ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.newBuilder(ImageSegmentationPredictionParams prototype) |
|
ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.newBuilderForType() |
|
protected ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.Builder.setConfidenceThreshold(float value) |
When the model predicts category of pixels of the image, it will only
provide predictions for pixels that it is at least this much confident
about.
|
ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ImageSegmentationPredictionParams.Builder |
ImageSegmentationPredictionParams.toBuilder() |
|