String(int[] codePoints, int offset, int count) Unicodeコード・ポイント配列引数の部分配列からなる文字を含む新しいStringを割り当てます。 String(String original) 新しく生成されたStringオブジェクトを初期化して、引数と同じ文字シーケンスを表すようにします。つまり、新しく作成さ...
ProcessBuilder(List<String> command) 指定されたオペレーティングシステムプログラムと引数を持つプロセスビルダーを構築します。 ProcessBuilder(String... command) 指定されたオペレーティングシステムプログラムと引数を持つプロセスビルダーを構築します。
証明書と CRL の検索に使用される不変 List のCertStores を返します。 または、証明書と CRL の CertStore検索に使用する s の一覧を設定します。 Class このObjectランタイム クラスを返します。 (継承元 Object) Date 認定パスの有効性を確認する必要がある時間を返します。 または、認...
List data = Arrays.asList("foo", "bar", "baz"); Random random = new Random(); Observable source = Observable.create(subscriber ‑> { for (String s : data) { ...
;// wordsdocumentPage.getWords().forEach(documentWord -> System.out.printf("Word '%s' has a confidence score of %.2f.%n", documentWord.getContent(), documentWord.getConfidence())); });// tablesList<DocumentTable> tables = analyzeResult.getTables();for(inti =0; i < tables.size()...
;// wordsdocumentPage.getWords().forEach(documentWord -> System.out.printf("Word '%s' has a confidence score of %.2f.%n", documentWord.getContent(), documentWord.getConfidence())); });// tablesList<DocumentTable> tables = analyzeResult.getTables();for(inti...
String document = "Satya Nadella is the CEO of Microsoft"; textAnalyticsClient.recognizeEntities(document).forEach(entity -> System.out.printf("Recognized entity: %s, category: %s, subcategory: %s, confidence score: %f.%n", entity.getText(), entity.getCategory(), entity.getSubcategory(),...
KeyStore ks = KeyStore.getInstance("CloudHSM"); String alias = ks.getCertificateAlias(cert) GetCertificateChain 指定されたエイリアスに関連付けられた証明書チェーンを返します。エイリアスが存在しないか、証明書ではないオブジェクトを参照している場合、関数は NULL を返します。 GetCreation...