- 3.50.0 (latest)
- 3.49.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.3
- 2.1.4
- 2.0.29
public final class ColorInfo extends GeneratedMessageV3 implements ColorInfoOrBuilder
Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image.
Protobuf type google.cloud.vision.v1p1beta1.ColorInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ColorInfoImplements
ColorInfoOrBuilderStatic Fields
COLOR_FIELD_NUMBER
public static final int COLOR_FIELD_NUMBER
Type | Description |
int |
PIXEL_FRACTION_FIELD_NUMBER
public static final int PIXEL_FRACTION_FIELD_NUMBER
Type | Description |
int |
SCORE_FIELD_NUMBER
public static final int SCORE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ColorInfo getDefaultInstance()
Type | Description |
ColorInfo |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ColorInfo.Builder newBuilder()
Type | Description |
ColorInfo.Builder |
newBuilder(ColorInfo prototype)
public static ColorInfo.Builder newBuilder(ColorInfo prototype)
Name | Description |
prototype | ColorInfo |
Type | Description |
ColorInfo.Builder |
parseDelimitedFrom(InputStream input)
public static ColorInfo parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ColorInfo |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ColorInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColorInfo |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ColorInfo parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ColorInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ColorInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColorInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ColorInfo parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ColorInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ColorInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColorInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ColorInfo parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ColorInfo |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ColorInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColorInfo |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ColorInfo parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ColorInfo |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ColorInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColorInfo |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ColorInfo parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ColorInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ColorInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColorInfo |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ColorInfo> parser()
Type | Description |
Parser<ColorInfo> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getColor()
public Color getColor()
RGB components of the color.
.google.type.Color color = 1;
Type | Description |
com.google.type.Color | The color. |
getColorOrBuilder()
public ColorOrBuilder getColorOrBuilder()
RGB components of the color.
.google.type.Color color = 1;
Type | Description |
com.google.type.ColorOrBuilder |
getDefaultInstanceForType()
public ColorInfo getDefaultInstanceForType()
Type | Description |
ColorInfo |
getParserForType()
public Parser<ColorInfo> getParserForType()
Type | Description |
Parser<ColorInfo> |
getPixelFraction()
public float getPixelFraction()
The fraction of pixels the color occupies in the image. Value in range [0, 1].
float pixel_fraction = 3;
Type | Description |
float | The pixelFraction. |
getScore()
public float getScore()
Image-specific score for this color. Value in range [0, 1].
float score = 2;
Type | Description |
float | The score. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasColor()
public boolean hasColor()
RGB components of the color.
.google.type.Color color = 1;
Type | Description |
boolean | Whether the color field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ColorInfo.Builder newBuilderForType()
Type | Description |
ColorInfo.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ColorInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ColorInfo.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ColorInfo.Builder toBuilder()
Type | Description |
ColorInfo.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |