共用方式為


SummaryContext 類別

摘要的內容。

2023-04-01 版的新功能: SummaryCoNtext 模型。

繼承
azure.ai.textanalytics._dict_mixin.DictMixin
SummaryContext

建構函式

SummaryContext(**kwargs: Any)

方法

get
has_key
items
keys
update
values

get

get(key: str, default: Any | None = None) -> Any

參數

key
必要
default
預設值: None

has_key

has_key(k: str) -> bool

參數

k
必要

items

items() -> Iterable[Tuple[str, Any]]

keys

keys() -> Iterable[str]

update

update(*args: Any, **kwargs: Any) -> None

values

values() -> Iterable[Any]

屬性

length

內容長度。 使用不同的 'string_index_type' 值可能會影響傳回的長度。 必要。

length: int

offset

內容的開始位置。 使用不同的 'string_index_type' 值可能會影響傳回的位移。 必要。

offset: int