MLKitEntityExtraction 프레임워크 참조

MLKEntityExtractionRemoteModel


@interface MLKEntityExtractionRemoteModel : MLKRemoteModel

서버에 원격으로 저장되고 기기에 다운로드되는 항목 추출 모델입니다.

  • 이 모델의 모델 식별자입니다.

    선언

    Objective-C

    @property (nonatomic, readonly) MLKEntityExtractionModelIdentifier _Nonnull modelIdentifier;
  • 지정된 모델 식별자로 구성된 EntityExtractorRemoteModel의 인스턴스를 가져옵니다. 이 모델은 download(_:) API를 호출하여 다운로드를 트리거하는 데 사용할 수 있습니다. 최저가: ModelManager

    EntityExtractorRemoteModel는 내부적으로 ModelManager를 사용합니다. 다운로드 시 EntityExtractorRemoteModel인 경우 RemoteModel에 관한 알림이 게시됩니다. 이러한 알림이 EntityExtractorRemoteModel에 속하는지 확인하려면 사용자 정보 사전의 ModelDownloadUserInfoKeyRemoteModel 필드에 객체가 포함됨 (유형: EntityExtractorRemoteModel)

    선언

    Objective-C

    + (nonnull MLKEntityExtractionRemoteModel *)
        entityExtractorRemoteModelWithIdentifier:
            (nonnull MLKEntityExtractionModelIdentifier)modelIdentifier;

    매개변수

    modelIdentifier

    모델의 모델 식별자입니다.

    반환 값

    EntityExtractorRemoteModel 인스턴스입니다.

  • 사용할 수 없습니다.

    선언

    Objective-C

    - (nonnull instancetype)init;