org.tensorflow.metadata.v0.ImageDomainOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/schema.proto
// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;
public interface ImageDomainOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.ImageDomain)
com.google.protobuf.MessageOrBuilder {
/**
*
* If set, at least this fraction of values should be TensorFlow supported
* images.
*
*
* optional float minimum_supported_image_fraction = 1;
* @return Whether the minimumSupportedImageFraction field is set.
*/
boolean hasMinimumSupportedImageFraction();
/**
*
* If set, at least this fraction of values should be TensorFlow supported
* images.
*
*
* optional float minimum_supported_image_fraction = 1;
* @return The minimumSupportedImageFraction.
*/
float getMinimumSupportedImageFraction();
/**
*
* If set, image should have less than this value of undecoded byte size.
*
*
* optional int64 max_image_byte_size = 2;
* @return Whether the maxImageByteSize field is set.
*/
boolean hasMaxImageByteSize();
/**
*
* If set, image should have less than this value of undecoded byte size.
*
*
* optional int64 max_image_byte_size = 2;
* @return The maxImageByteSize.
*/
long getMaxImageByteSize();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy