Record
analyze-recipe-params
No description available.
record analyze-recipe-params {
language: option<string>,
include-nutrition: option<bool>,
include-taste: option<bool>,
ingredients: option<list<string>>,
instructions: option<string>,
servings: option<s32>,
title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| language | option<string> | |
| include-nutrition | option<bool> | |
| include-taste | option<bool> | |
| ingredients | option<list<string>> | |
| instructions | option<string> | |
| servings | option<s32> | |
| title | option<string> |