File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
src/cloudflare/types/stream Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 1348
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6cbe8add32f8acdbd62db2535ff05cb698247f12ffc69168fc121409a8b05bec .yml
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-7c1749e86a3410071f606dc2289ff66d9c63b3fd27fb01c8f67bef49e521170d .yml
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33from typing import Optional
4+ from typing_extensions import Literal
45
56from ..._models import BaseModel
67
78__all__ = ["Caption" ]
89
910
1011class Caption (BaseModel ):
12+ generated : Optional [bool ] = None
13+ """Whether the caption was generated via AI."""
14+
1115 label : Optional [str ] = None
1216 """The language label displayed in the native language to users."""
1317
1418 language : Optional [str ] = None
1519 """The language tag in BCP 47 format."""
20+
21+ status : Optional [Literal ["ready" , "inprogress" , "error" ]] = None
22+ """The status of a generated caption."""
You can’t perform that action at this time.
0 commit comments