Table of Contents

Function Definition: getobjectdetail(object_name = "Pizza", parameter_value = 1)

Parameters

NameTypeDescriptionExpected ValuesDefault Value
object_namestringThe object name which you want to check for."Spades", "Diamonds", "Clubs", "Hearts", "PizzaSlice", "Pizza", "Tree", "Home", "Hospital", "Bomb", "Hazel", or "John""Pizza"
parameter_valueintParameter: 1 for the X position 2 for the Y position 3 for width 4 for height 5 for confidence1, 2, 3, 4 or 51

Description

The function returns the specified parameter for the specified object detected:

  1. Spades
  2. Diamonds
  3. Clubs
  4. Hearts
  5. PizzaSlice
  6. Pizza
  7. Tree
  8. Home
  9. Hospital
  10. Bomb
  11. Hazel
  12. John

Parameters (Integer Value):

  • 1 for the X position
  • 2 for the Y position
  • 3 for width
  • 4 for height
  • 5 for confidence

Example

There are no examples documented for this article.