SummaryContext Class
The context of the summary.
New in version 2023-04-01: The SummaryContext model.
- Inheritance
-
azure.ai.textanalytics._dict_mixin.DictMixinSummaryContext
Constructor
SummaryContext(**kwargs: Any)
Methods
get | |
has_key | |
items | |
keys | |
update | |
values |
get
get(key: str, default: Any | None = None) -> Any
Parameters
Name | Description |
---|---|
key
Required
|
|
default
|
Default value: None
|
has_key
has_key(k: str) -> bool
Parameters
Name | Description |
---|---|
k
Required
|
|
items
items() -> Iterable[Tuple[str, Any]]
keys
keys() -> Iterable[str]
update
update(*args: Any, **kwargs: Any) -> None
values
values() -> Iterable[Any]
Attributes
length
The length of the context. Use of different 'string_index_type' values can affect the length returned. Required.
length: int
offset
Start position for the context. Use of different 'string_index_type' values can affect the offset returned. Required.
offset: int
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python