langchain_community.tools.edenai.image_objectdetection.ObjectDetectionInput¶

class langchain_community.tools.edenai.image_objectdetection.ObjectDetectionInput[source]¶

Bases: BaseModel

Create a new model by parsing and validating input data from keyword arguments.

Raises ValidationError if the input data cannot be parsed to form a valid model.

param query: HttpUrl [Required]¶

url of the image to analyze

Constraints
  • minLength = 1

  • maxLength = 2083

  • format = uri