public final class CropHintsParams extends GeneratedMessageV3 implements CropHintsParamsOrBuilder
Parameters for crop hints annotation request.
Protobuf type google.cloud.vision.v1.CropHintsParams
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
ASPECT_RATIOS_FIELD_NUMBER
public static final int ASPECT_RATIOS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static CropHintsParams getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CropHintsParams.Builder newBuilder()
newBuilder(CropHintsParams prototype)
public static CropHintsParams.Builder newBuilder(CropHintsParams prototype)
public static CropHintsParams parseDelimitedFrom(InputStream input)
public static CropHintsParams parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CropHintsParams parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CropHintsParams parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CropHintsParams parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CropHintsParams parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CropHintsParams parseFrom(CodedInputStream input)
public static CropHintsParams parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CropHintsParams parseFrom(InputStream input)
public static CropHintsParams parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CropHintsParams parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CropHintsParams parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CropHintsParams> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getAspectRatios(int index)
public float getAspectRatios(int index)
Aspect ratios in floats, representing the ratio of the width to the height
of the image. For example, if the desired aspect ratio is 4/3, the
corresponding float value should be 1.33333. If not specified, the
best possible crop is returned. The number of provided aspect ratios is
limited to a maximum of 16; any aspect ratios provided after the 16th are
ignored.
repeated float aspect_ratios = 1;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
float | The aspectRatios at the given index.
|
getAspectRatiosCount()
public int getAspectRatiosCount()
Aspect ratios in floats, representing the ratio of the width to the height
of the image. For example, if the desired aspect ratio is 4/3, the
corresponding float value should be 1.33333. If not specified, the
best possible crop is returned. The number of provided aspect ratios is
limited to a maximum of 16; any aspect ratios provided after the 16th are
ignored.
repeated float aspect_ratios = 1;
Returns |
---|
Type | Description |
int | The count of aspectRatios.
|
getAspectRatiosList()
public List<Float> getAspectRatiosList()
Aspect ratios in floats, representing the ratio of the width to the height
of the image. For example, if the desired aspect ratio is 4/3, the
corresponding float value should be 1.33333. If not specified, the
best possible crop is returned. The number of provided aspect ratios is
limited to a maximum of 16; any aspect ratios provided after the 16th are
ignored.
repeated float aspect_ratios = 1;
Returns |
---|
Type | Description |
List<Float> | A list containing the aspectRatios.
|
getDefaultInstanceForType()
public CropHintsParams getDefaultInstanceForType()
getParserForType()
public Parser<CropHintsParams> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CropHintsParams.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CropHintsParams.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public CropHintsParams.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides