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