ImageTagRegion Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. visualsearch. models. ImageTagRegion
- com.
public class ImageTagRegion
The ImageTagRegion model.
Constructor Summary
Constructor | Description | |
---|---|---|
ImageTagRegion() |
Method Summary
Modifier and Type | Method and Description |
---|---|
Normalized |
displayRectangle()
Get the display |
Normalized |
queryRectangle()
Get the query |
Image |
withDisplayRectangle(NormalizedQuadrilateral displayRectangle)
Set the display |
Image |
withQueryRectangle(NormalizedQuadrilateral queryRectangle)
Set the query |
Methods inherited from java.lang.Object
Constructor Details
ImageTagRegion
public ImageTagRegion()
Method Details
displayRectangle
public NormalizedQuadrilateral displayRectangle()
Get the displayRectangle value.
Returns:
queryRectangle
public NormalizedQuadrilateral queryRectangle()
Get the queryRectangle value.
Returns:
withDisplayRectangle
public ImageTagRegion withDisplayRectangle(NormalizedQuadrilateral displayRectangle)
Set the displayRectangle value.
Parameters:
Returns:
withQueryRectangle
public ImageTagRegion withQueryRectangle(NormalizedQuadrilateral queryRectangle)
Set the queryRectangle value.
Parameters:
Returns:
Applies to
Azure SDK for Java