ImageTagRegion Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.visualsearch.models.ImageTagRegion

public class ImageTagRegion

The ImageTagRegion model.

Constructor Summary

Constructor Description
ImageTagRegion()

Method Summary

Modifier and Type Method and Description
NormalizedQuadrilateral displayRectangle()

Get the displayRectangle value.

NormalizedQuadrilateral queryRectangle()

Get the queryRectangle value.

ImageTagRegion withDisplayRectangle(NormalizedQuadrilateral displayRectangle)

Set the displayRectangle value.

ImageTagRegion withQueryRectangle(NormalizedQuadrilateral queryRectangle)

Set the queryRectangle value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ImageTagRegion

public ImageTagRegion()

Method Details

displayRectangle

public NormalizedQuadrilateral displayRectangle()

Get the displayRectangle value.

Returns:

the displayRectangle value

queryRectangle

public NormalizedQuadrilateral queryRectangle()

Get the queryRectangle value.

Returns:

the queryRectangle value

withDisplayRectangle

public ImageTagRegion withDisplayRectangle(NormalizedQuadrilateral displayRectangle)

Set the displayRectangle value.

Parameters:

displayRectangle - the displayRectangle value to set

Returns:

the ImageTagRegion object itself.

withQueryRectangle

public ImageTagRegion withQueryRectangle(NormalizedQuadrilateral queryRectangle)

Set the queryRectangle value.

Parameters:

queryRectangle - the queryRectangle value to set

Returns:

the ImageTagRegion object itself.

Applies to