Recipe Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- CreativeWork
- com.
microsoft. azure. cognitiveservices. search. imagesearch. 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java