MLKitImageLabeling 프레임워크 참조
MLKCommonImageLabelerOptions
@interface MLKCommonImageLabelerOptions : NSObject
이미지 라벨러의 옵션입니다.
-
이미지 라벨러가 반환한 라벨의 신뢰도 임곗값입니다. 에서 반환한 라벨
이미지 라벨러의 신뢰도 수준은 지정된 임곗값보다 높거나 같습니다. 값은
[0, 1] 범위의 부동 소수점 값이어야 합니다. 이 속성은 설정할 필요가 없습니다. 자세히 알아보기
confidenceThreshold
가 설정되지 않은 경우 동작에 관해 자세히 알아보려면 서브클래스의 문서를 참고하세요.
헤더 파일의 역할을 합니다. 기본값은 nil
입니다.
선언
Objective-C
@property (nonatomic, nullable) NSNumber *confidenceThreshold;
-
사용할 수 없습니다. 서브클래스에서 클래스 메서드를 사용합니다.
선언
Objective-C
- (nonnull instancetype)init;
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-21(UTC)
[null,null,["최종 업데이트: 2024-08-21(UTC)"],[[["MLKCommonImageLabelerOptions provides configuration settings for an image labeler, primarily controlling the confidence threshold for label results."],["The confidence threshold, ranging from 0 to 1, determines the minimum confidence level required for labels to be returned by the image labeler."],["While the `confidenceThreshold` property is optional, specific behaviors when unset are detailed in subclass documentation; if not explicitly set, it defaults to `nil`."],["Direct initialization using `init` is unavailable; instead, utilize class methods provided by subclasses to create instances of MLKCommonImageLabelerOptions."]]],[]]