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 계열사의 등록 상표입니다.
  최종 업데이트: 2025-07-25(UTC)
  
  
  
    
      [null,null,["최종 업데이트: 2025-07-25(UTC)"],[],["The `MLKCommonImageLabelerOptions` class configures an image labeler. Key information includes the `confidenceThreshold` property, which filters returned labels based on a minimum confidence level (ranging from 0 to 1). If unset, behavior defaults are defined in subclass headers. The class initializer `-init` is unavailable, requiring use of class methods in subclasses for object creation. This configuration allows control over the confidence required for labels.\n"]]