Class RecognitionResult

    • Constructor Detail

      • RecognitionResult

        public RecognitionResult()
      • RecognitionResult

        public RecognitionResult​(RecognitionResult source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getLabel

        public String getLabel()
        Get 当前可能的取值:Scene(图片场景模型) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Label 当前可能的取值:Scene(图片场景模型) 注意:此字段可能返回 null,表示取不到有效值。
      • setLabel

        public void setLabel​(String Label)
        Set 当前可能的取值:Scene(图片场景模型) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Label - 当前可能的取值:Scene(图片场景模型) 注意:此字段可能返回 null,表示取不到有效值。
      • getTags

        public RecognitionTag[] getTags()
        Get Label对应模型下的识别标签信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Tags Label对应模型下的识别标签信息 注意:此字段可能返回 null,表示取不到有效值。
      • setTags

        public void setTags​(RecognitionTag[] Tags)
        Set Label对应模型下的识别标签信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Tags - Label对应模型下的识别标签信息 注意:此字段可能返回 null,表示取不到有效值。