Sdílet prostřednictvím


ImageCropType Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum<ImageCropType>
      • com.microsoft.azure.cognitiveservices.search.imagesearch.models.ImageCropType

public class ImageCropType

Defines values for ImageCropType.

Field Summary

Modifier and Type Field and Description
final ImageCropType RECTANGULAR

Static value Rectangular for ImageCropType.

Method Summary

Modifier and Type Method and Description
ImageCropType fromString(String name)

Creates or finds a ImageCropType from its string representation.

Collection<ImageCropType> values()

Field Details

RECTANGULAR

public static final ImageCropType RECTANGULAR= fromString("Rectangular")

Static value Rectangular for ImageCropType.

Method Details

fromString

public static ImageCropType fromString(String name)

Creates or finds a ImageCropType from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding ImageCropType

values

public static Collection values()

Returns:

known ImageCropType values

Applies to