ImageRegionProposal Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageRegionProposal
- com.
public class ImageRegionProposal
The ImageRegionProposal model.
Method Summary
Modifier and Type | Method and Description |
---|---|
UUID |
imageId()
Get the imageId value. |
UUID |
projectId()
Get the projectId value. |
List<Region |
proposals()
Get the proposals value. |
Method Details
imageId
public UUID imageId()
Get the imageId value.
Returns:
the imageId value
projectId
public UUID projectId()
Get the projectId value.
Returns:
the projectId value
proposals
public List
Get the proposals value.
Returns:
the proposals value
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java