RecognizedEntityGroup Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. RecognizedEntityGroup
- com.
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<Recognized |
recognizedEntityRegions()
Get the recognizedEntityRegions value. |
Recognized |
withName(String name)
Set the name value. |
Recognized |
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
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
Set the recognizedEntityRegions value.
Parameters:
recognizedEntityRegions
- the recognizedEntityRegions value to set
Returns:
the RecognizedEntityGroup object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java