public final class CropHintsParams extends GeneratedMessageV3 implements CropHintsParamsOrBuilder
Parameters for crop hints annotation request.
Protobuf type google.cloud.vision.v1.CropHintsParams
Static Fields
ASPECT_RATIOS_FIELD_NUMBER
public static final int ASPECT_RATIOS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static CropHintsParams getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static CropHintsParams.Builder newBuilder()
Returns
newBuilder(CropHintsParams prototype)
public static CropHintsParams.Builder newBuilder(CropHintsParams prototype)
Parameter
Returns
public static CropHintsParams parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static CropHintsParams parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static CropHintsParams parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CropHintsParams parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static CropHintsParams parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CropHintsParams parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CropHintsParams parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static CropHintsParams parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CropHintsParams parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static CropHintsParams parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static CropHintsParams parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CropHintsParams parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<CropHintsParams> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
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()
Returns
getParserForType()
public Parser<CropHintsParams> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public CropHintsParams.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CropHintsParams.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public CropHintsParams.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions