文档管理中心
API参考AR EngineAndroidAR Engine服务APIJava APIcom.huawei.hiarClass SummaryARImageMetadata

ARImageMetadata

展开

Class Info

public class ARImageMetadata

提供对相机图像捕获结果metadata信息的访问。

Public Method Summary

展开

Qualifier and Type

Method Name and Description

byte

getByte(int key)

根据特定的key值检索字节值。

byte[]

getByteArray(int key)

根据特定的key值检索字节数组值。

double

getDouble(int key)

根据特定的key值检索double值。

double[]

getDoubleArray(int key)

根据特定的key值检索double数组值。

float

getFloat(int key)

根据特定的key值检索float值。

float[]

getFloatArray(int key)

根据特定的key值检索float数组。

int

getInt(int key)

根据特定的key值检索int值。

int[]

getIntArray(int key)

根据特定的key值检索int数组。

long[]

getKeys()

返回可用于此图像的所有元数据key的列表。

long

getLong(int key)

根据特定的key值检索long值。

long[]

getLongArray(int key)

根据特定的key值检索long数组。

Rational

getRational(int key)

根据特定的key值检索Rational值。

Rational[]

getRationalArray(int key)

根据特定的key值检索Rational数组。

Public Methods

getByte

展开

Method

public byte getByte(int key)

根据特定的key值检索字节值。

Parameters

展开

Name

Description

key

待查找key值。

Returns

展开

Type

Description

byte

特定的key值检索得到的字节值。

getByteArray

展开

Method

public byte[] getByteArray(int key)

根据特定的key值检索字节数组值。

Parameters

展开

Name

Description

key

待查找key值。

Returns

展开

Type

Description

byte[]

特定的key值检索得到的字节值数组。

getDouble

展开

Method

public double getDouble (int key)

根据特定的key值检索double值。

Parameters

展开

Name

Description

key

待查找key值。

Returns

展开

Type

Description

double

特定的key值检索得到的double值。

getDoubleArray

展开

Method

public double[] getDoubleArray(int key)

根据特定的key值检索double数组值。

Parameters

展开

Name

Description

key

待查找key值。

Returns

展开

Type

Description

double[]

特定的key值检索得到的double数组。

getFloat

展开

Method

public float getFloat(int key)

根据特定的key值检索float值。

Parameters

展开

Name

Description

key

待查找key值。

Returns

展开

Type

Description

float

特定的key值检索得到的float值。

getFloatArray

展开

Method

public float[] getFloatArray(int key)

根据特定的key值检索float数组。

Parameters

展开

Name

Description

key

待查找key值。

Returns

展开

Type

Description

float[]

特定的key值检索得到的float数组。

getInt

展开

Method

public int getInt(int key)

根据特定的key值检索int值。

Parameters

展开

Name

Description

key

待查找key值。

Returns

展开

Type

Description

int

特定的key值检索得到的int值。

getIntArray

展开

Method

public int[] getIntArray(int key)

根据特定的key值检索int数组。

Parameters

展开

Name

Description

key

待查找key值。

Returns

展开

Type

Description

int[]

特定的key值检索得到的int数组。

getKeys

展开

Method

public long[] getKeys()

返回可用于此图像的所有元数据key的列表。

Returns

展开

Type

Description

long[]

图像的所有元数据key的列表。

getLong

展开

Method

public long getLong(int key)

根据特定的key值检索long值。

Parameters

展开

Name

Description

key

待查找key值。

Returns

展开

Type

Description

long

特定的key值检索得到的long值。

getLongArray

展开

Method

public long[] getLongArray(int key)

根据特定的key值检索long数组。

Parameters

展开

Name

Description

key

待查找key值。

Returns

展开

Type

Description

long[]

特定的key值检索得到的long数组。

getRational

展开

Method

public Rational getRational(int key)

根据特定的key值检索Rational值。

Parameters

展开

Name

Description

key

待查找key值。

Returns

展开

Type

Description

Rational

特定的key值检索得到的Rational值。

getRationalArray

展开

Method

public Rational[] getRationalArray(int key)

根据特定的key值检索Rational数组。

Parameters

展开

Name

Description

key

待查找key值。

Returns

展开

Type

Description

Rational[]

特定的key值检索得到的Rational数组。

在 API参考 中进行搜索
请输入您想要搜索的关键词