trait ImageDomainOrBuilder extends MessageOrBuilder
Ordering
- Alphabetic
- By Inheritance
Inherited
- ImageDomainOrBuilder
- MessageOrBuilder
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def findInitializationErrors(): List[String]
- Definition Classes
- MessageOrBuilder
- abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- MessageOrBuilder
- abstract def getDefaultInstanceForType(): Message
- Definition Classes
- MessageOrBuilder → MessageLiteOrBuilder
- abstract def getDescriptorForType(): Descriptor
- Definition Classes
- MessageOrBuilder
- abstract def getField(field: FieldDescriptor): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getInitializationErrorString(): String
- Definition Classes
- MessageOrBuilder
- abstract def getMaxImageByteSize(): Long
If set, image should have less than this value of undecoded byte size.
If set, image should have less than this value of undecoded byte size.
optional int64 max_image_byte_size = 2;
- returns
The maxImageByteSize.
- abstract def getMinimumSupportedImageFraction(): Float
If set, at least this fraction of values should be TensorFlow supported images.
If set, at least this fraction of values should be TensorFlow supported images.
optional float minimum_supported_image_fraction = 1;
- returns
The minimumSupportedImageFraction.
- abstract def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- MessageOrBuilder
- abstract def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- MessageOrBuilder
- abstract def getUnknownFields(): UnknownFieldSet
- Definition Classes
- MessageOrBuilder
- abstract def hasField(field: FieldDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def hasMaxImageByteSize(): Boolean
If set, image should have less than this value of undecoded byte size.
If set, image should have less than this value of undecoded byte size.
optional int64 max_image_byte_size = 2;
- returns
Whether the maxImageByteSize field is set.
- abstract def hasMinimumSupportedImageFraction(): Boolean
If set, at least this fraction of values should be TensorFlow supported images.
If set, at least this fraction of values should be TensorFlow supported images.
optional float minimum_supported_image_fraction = 1;
- returns
Whether the minimumSupportedImageFraction field is set.
- abstract def hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def isInitialized(): Boolean
- Definition Classes
- MessageLiteOrBuilder