Sdílet prostřednictvím


RecognizedEntityGroup Class

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

public class RecognizedEntityGroup

Defines a group of previously recognized entities.

Method Summary

Modifier and Type Method and Description
String name()

Get the name value.

List<RecognizedEntityRegion> recognizedEntityRegions()

Get the recognizedEntityRegions value.

RecognizedEntityGroup withName(String name)

Set the name value.

RecognizedEntityGroup withRecognizedEntityRegions(List<RecognizedEntityRegion> recognizedEntityRegions)

Set the recognizedEntityRegions value.

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