public final class ImageProperties extends GeneratedMessage implements ImagePropertiesOrBuilderStores image properties, such as dominant colors.
Protobuf type google.cloud.vision.v1p2beta1.ImageProperties
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ImagePropertiesImplements
ImagePropertiesOrBuilderStatic Fields
DOMINANT_COLORS_FIELD_NUMBER
public static final int DOMINANT_COLORS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ImageProperties getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ImageProperties |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ImageProperties.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ImageProperties.Builder |
|
newBuilder(ImageProperties prototype)
public static ImageProperties.Builder newBuilder(ImageProperties prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ImageProperties |
| Returns | |
|---|---|
| Type | Description |
ImageProperties.Builder |
|
parseDelimitedFrom(InputStream input)
public static ImageProperties parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ImageProperties |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImageProperties parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImageProperties |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ImageProperties parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ImageProperties |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImageProperties parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImageProperties |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ImageProperties parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ImageProperties |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImageProperties parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImageProperties |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ImageProperties parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ImageProperties |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ImageProperties parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImageProperties |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ImageProperties parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ImageProperties |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImageProperties parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImageProperties |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ImageProperties parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ImageProperties |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImageProperties parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImageProperties |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ImageProperties> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ImageProperties> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ImageProperties getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ImageProperties |
|
getDominantColors()
public DominantColorsAnnotation getDominantColors()If present, dominant colors completed successfully.
.google.cloud.vision.v1p2beta1.DominantColorsAnnotation dominant_colors = 1;
| Returns | |
|---|---|
| Type | Description |
DominantColorsAnnotation |
The dominantColors. |
getDominantColorsOrBuilder()
public DominantColorsAnnotationOrBuilder getDominantColorsOrBuilder()If present, dominant colors completed successfully.
.google.cloud.vision.v1p2beta1.DominantColorsAnnotation dominant_colors = 1;
| Returns | |
|---|---|
| Type | Description |
DominantColorsAnnotationOrBuilder |
|
getParserForType()
public Parser<ImageProperties> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ImageProperties> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasDominantColors()
public boolean hasDominantColors()If present, dominant colors completed successfully.
.google.cloud.vision.v1p2beta1.DominantColorsAnnotation dominant_colors = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dominantColors field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ImageProperties.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ImageProperties.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ImageProperties.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ImageProperties.Builder |
|
toBuilder()
public ImageProperties.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ImageProperties.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|