Sdílet prostřednictvím


RecognizedEntityRegion Class

public class RecognizedEntityRegion extends Response

Defines a region of the image where an entity was found and a list of entities that might match it.

Method Summary

Modifier and Type Method and Description
List<RecognizedEntity> matchingEntities()

Get the matchingEntities value.

NormalizedRectangle region()

Get the region value.

Inherited Members

Method Details

matchingEntities

public List matchingEntities()

Get the matchingEntities value.

Returns:

the matchingEntities value

region

public NormalizedRectangle region()

Get the region value.

Returns:

the region value

Applies to