RecognizedEntityGroup Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. RecognizedEntityGroup
- com.
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<Recognized |
recognizedEntityRegions()
Get the recognized |
Recognized |
withName(String name)
Set the name value. |
Recognized |
withRecognizedEntityRegions(List<RecognizedEntityRegion> recognizedEntityRegions)
Set the recognized |
Methods inherited from java.lang.Object
Constructor Details
RecognizedEntityGroup
public RecognizedEntityGroup()
Method Details
name
public String name()
Get the name value.
Returns:
recognizedEntityRegions
public List
Get the recognizedEntityRegions value.
Returns:
withName
public RecognizedEntityGroup withName(String name)
Set the name value.
Parameters:
Returns:
withRecognizedEntityRegions
public RecognizedEntityGroup withRecognizedEntityRegions(List
Set the recognizedEntityRegions value.
Parameters:
Returns:
Applies to
Azure SDK for Java