struct ARSemanticSegmentationModelEventArgs
(Niantic.Lightship.AR.Semantics.ARSemanticSegmentationModelEventArgs)
概要
セマンティック セグメンテーション・モデルに関する情報の構造。 これは、ARSemanticSegmentationManager.MetadataInitializedイベントで情報を伝達するために使用されます。
struct ARSemanticSegmentationModelEventArgs:IEquatable< ARSemanticSegmentationModelEventArgs > {
// properties
IReadOnlyList<string> ChannelNames;
IReadOnlyDictionary<string, int> ChannelIndices;
// メソッド
override int GetHashCode();
override bool Equals(object obj);
bool Equals(ARSemanticSegmentationModelEventArgs other);
static bool operator == (
ARSemanticSegmentationModelEventArgs lhs,
ARSemanticSegmentationModelEventArgs rhs
);
static bool operator != (
ARSemanticSegmentationModelEventArgs lhs,
ARSemanticSegmentationModelEventArgs rhs
);
};
詳細なドキュメント
セマンティック セグメンテーション・モデルに関する情報の構造。 これは、ARSemanticSegmentationManager.MetadataInitializedイベントで情報を伝達するために使用されます。
プロパティ
ChannelNames
IReadOnlyList<string> ChannelNames
セマンティック セグメンテーション・モデルによって検出されたセマンティック・チャンネル。
ChannelIndices
IReadOnlyDictionary<string, int> ChannelIndices
セマンティック セグメンテーション・モデルによって検出されたセマンティックチャネルのインデックス。
メソッド
GetHashCode
override int GetHashCode()
HashSet
や Dictionary
などのコンテナで使用するのに適したハッシュを生成します。
戻り値:
このオブジェクトのフィールドから生成されるハッシュコード。