File tree 2 files changed +8
-1
lines changed
src/cloudflare/types/stream
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
configured_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 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
from typing import Optional
4
+ from typing_extensions import Literal
4
5
5
6
from ..._models import BaseModel
6
7
7
8
__all__ = ["Caption" ]
8
9
9
10
10
11
class Caption (BaseModel ):
12
+ generated : Optional [bool ] = None
13
+ """Whether the caption was generated via AI."""
14
+
11
15
label : Optional [str ] = None
12
16
"""The language label displayed in the native language to users."""
13
17
14
18
language : Optional [str ] = None
15
19
"""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