AnalyzeImageDetails

class oci.ai_vision.models.AnalyzeImageDetails(**kwargs)

Bases: object

The details of how to analyze an image.

Methods

__init__(**kwargs) Initializes a new AnalyzeImageDetails object with values from keyword arguments.

Attributes

compartment_id Gets the compartment_id of this AnalyzeImageDetails.
features [Required] Gets the features of this AnalyzeImageDetails.
image [Required] Gets the image of this AnalyzeImageDetails.
__init__(**kwargs)

Initializes a new AnalyzeImageDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • features (list[oci.ai_vision.models.ImageFeature]) – The value to assign to the features property of this AnalyzeImageDetails.
  • image (oci.ai_vision.models.ImageDetails) – The value to assign to the image property of this AnalyzeImageDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this AnalyzeImageDetails.
compartment_id

Gets the compartment_id of this AnalyzeImageDetails. The OCID of the compartment that calls the API.

Returns:The compartment_id of this AnalyzeImageDetails.
Return type:str
features

[Required] Gets the features of this AnalyzeImageDetails. The types of image analysis.

Returns:The features of this AnalyzeImageDetails.
Return type:list[oci.ai_vision.models.ImageFeature]
image

[Required] Gets the image of this AnalyzeImageDetails.

Returns:The image of this AnalyzeImageDetails.
Return type:oci.ai_vision.models.ImageDetails