ImageType Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. ImageType
- com.
public class ImageType
An object providing possible image types and matching confidence levels.
Method Summary
Modifier and Type | Method and Description |
---|---|
int |
clipArtType()
Get the clipArtType value. |
int |
lineDrawingType()
Get the lineDrawingType value. |
Image |
withClipArtType(int clipArtType)
Set the clipArtType value. |
Image |
withLineDrawingType(int lineDrawingType)
Set the lineDrawingType value. |
Method Details
clipArtType
public int clipArtType()
Get the clipArtType value.
Returns:
the clipArtType value
lineDrawingType
public int lineDrawingType()
Get the lineDrawingType value.
Returns:
the lineDrawingType value
withClipArtType
public ImageType withClipArtType(int clipArtType)
Set the clipArtType value.
Parameters:
clipArtType
- the clipArtType value to set
Returns:
the ImageType object itself.
withLineDrawingType
public ImageType withLineDrawingType(int lineDrawingType)
Set the lineDrawingType value.
Parameters:
lineDrawingType
- the lineDrawingType value to set
Returns:
the ImageType object itself.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for Java