RecognizedEntityGroup Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.imagesearch.models.RecognizedEntityGroup

public class RecognizedEntityGroup

Defines a group of previously recognized entities.

Constructor Summary

Constructor Description
RecognizedEntityGroup()

Method Summary

Modifier and Type Method and Description
java.lang.String name()

Get the name value.

java.util.List<RecognizedEntityRegion> recognizedEntityRegions()

Get the recognizedEntityRegions value.

RecognizedEntityGroup withName(String name)

Set the name value.

RecognizedEntityGroup withRecognizedEntityRegions(List<RecognizedEntityRegion> recognizedEntityRegions)

Set the recognizedEntityRegions 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

RecognizedEntityGroup

public RecognizedEntityGroup()

Method Details

name

public String name()

Get the name value.

Returns:

the name value

recognizedEntityRegions

public List recognizedEntityRegions()

Get the recognizedEntityRegions value.

Returns:

the recognizedEntityRegions value

withName

public RecognizedEntityGroup withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the RecognizedEntityGroup object itself.

withRecognizedEntityRegions

public RecognizedEntityGroup withRecognizedEntityRegions(List recognizedEntityRegions)

Set the recognizedEntityRegions value.

Parameters:

recognizedEntityRegions - the recognizedEntityRegions value to set

Returns:

the RecognizedEntityGroup object itself.

Applies to