Recipe Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- CreativeWork
- com.
microsoft. azure. cognitiveservices. search. visualsearch. models. Recipe
- com.
public class Recipe extends CreativeWork
Defines a cooking recipe.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
cookTime()
Get the cookTime value. |
String |
prepTime()
Get the prepTime value. |
String |
totalTime()
Get the totalTime value. |
Inherited Members
Thing.alternateName()
Thing.bingId()
CreativeWork.datePublished()
Thing.description()
Identifiable.id()
Thing.image()
Thing.name()
CreativeWork.provider()
Response.readLink()
CreativeWork.text()
CreativeWork.thumbnailUrl()
Thing.url()
Response.webSearchUrl()
Method Details
cookTime
public String cookTime()
Get the cookTime value.
Returns:
the cookTime value
prepTime
public String prepTime()
Get the prepTime value.
Returns:
the prepTime value
totalTime
public String totalTime()
Get the totalTime value.
Returns:
the totalTime value
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java